Searched refs:list_id (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_util.h59 int list_id; member in struct:SBChunk
158 void set_list_id(int list_id) { data_.list_id = list_id; } argument
159 int list_id() const { return data_.list_id; } function in class:SBEntry
217 int list_id; member in struct:SBEntry::Data
282 bool GetListName(int list_id, std::string* list);
H A Dsafe_browsing_database.cc49 // To save space, the incoming |chunk_id| and |list_id| are combined
50 // into an |encoded_chunk_id| for storage by shifting the |list_id|
53 // there should be better ways to save chunk_id and list_id after we use
61 int EncodeChunkId(const int chunk, const int list_id) { argument
62 DCHECK_NE(list_id, safe_browsing_util::INVALID);
63 return chunk << 1 | list_id % 2;
451 SafeBrowsingStore* SafeBrowsingDatabaseNew::GetStore(const int list_id) { argument
452 DVLOG(3) << "Get store for list: " << list_id;
453 if (list_id == safe_browsing_util::PHISH ||
454 list_id
729 InsertAdd(int chunk_id, SBPrefix host, const SBEntry* entry, int list_id) argument
770 InsertAddChunks(const int list_id, const SBChunkList& chunks) argument
799 InsertSub(int chunk_id, SBPrefix host, const SBEntry* entry, int list_id) argument
844 InsertSubChunks(int list_id, const SBChunkList& chunks) argument
878 const int list_id = safe_browsing_util::GetListId(list_name); local
879 DVLOG(2) << list_name << ": " << list_id; local
905 const int list_id = safe_browsing_util::GetListId(list_name); local
942 const int list_id = safe_browsing_util::GetListId(iter->list_name); local
[all...]
H A Dsafe_browsing_database.h231 // based on list_id.
232 SafeBrowsingStore* GetStore(int list_id);
263 void InsertAdd(int chunk, SBPrefix host, const SBEntry* entry, int list_id);
264 void InsertAddChunks(int list_id, const SBChunkList& chunks);
265 void InsertSub(int chunk, SBPrefix host, const SBEntry* entry, int list_id);
266 void InsertSubChunks(int list_id, const SBChunkList& chunks);
H A Dsafe_browsing_util.cc34 list_id(0),
190 bool GetListName(int list_id, std::string* list) { argument
191 switch (list_id) {
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbss.h43 * @list_id: List entry for struct wpa_supplicant::bss_id
65 struct dl_list list_id; member in struct:wpa_bss
H A Dbss.c41 dl_list_del(&bss->list_id);
167 dl_list_add_tail(&wpa_s->bss_id, &bss->list_id);
324 struct dl_list *prev = bss->list_id.prev;
325 dl_list_del(&bss->list_id);
335 dl_list_add(prev, &bss->list_id);
H A Dctrl_iface.c1541 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) {
2422 list_id);
2424 list_id);
2434 list_id);
2456 next = bss->list_id.next;
2461 list_id);
2476 dl_list_for_each(tmp, &wpa_s->bss_id, struct wpa_bss, list_id)
2497 next = bss->list_id.next;
2500 bss = dl_list_entry(next, struct wpa_bss, list_id);
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_old_handlers.c372 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) {
H A Ddbus_new_handlers.c2581 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) {

Completed in 304 milliseconds