HomeSort by relevance Sort by last modified time
    Searched refs:is_name (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/libevent/
evdns.h 513 int evdns_server_request_add_reply(struct evdns_server_request *req, int section, const char *name, int type, int dns_class, int ttl, int datalen, int is_name, const char *data);
evdns.c 252 char is_name; /* True iff data is a label */ member in struct:server_reply_item
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_condition_attribute.cc 468 bool is_name = false; // Is this test for header name? local
471 is_name = true;
474 is_name = true;
477 is_name = true;
480 is_name = true;
497 is_name ? &name_match : &value_match;
505 StringMatchTest::Create(*it, match_type, !is_name).release());
511 StringMatchTest::Create(content, match_type, !is_name).release());
  /external/elfutils/0.153/src/
objdump.c 119 bool is_name; member in struct:section_list
214 newp->is_name = false;
218 newp->is_name = true;
474 if (runp->is_name)
  /external/dnsmasq/src/
option.c 413 char *option_string(unsigned char opt, int *is_ip, int *is_name)
422 if (is_name)
423 *is_name = !!(opttab[i].size & OT_NAME);
    [all...]
rfc2131.c 1420 int is_ip, is_name, i; local
    [all...]
dnsmasq.h 767 char *option_string(unsigned char opt, int *is_ip, int *is_name);

Completed in 732 milliseconds