Searched refs:head (Results 1 - 25 of 35) sorted by relevance

12

/bind-9.11.3/util/
H A Dfile_year.sh15 rev=`git rev-list HEAD -- "$1" | head -n 1`
16 git show --pretty=format:%ai $rev | head -n 1 | sed 's;-.*;;'
H A Dbranchsync.sh63 firstline=`head -1 orig_commit_msg.tmp | sed 's/^\[[a-z0-9_]*\] //'`
/bind-9.11.3/contrib/dlz/modules/include/
H A Ddlz_list.h12 #define DLZ_LIST(type) struct { type *head, *tail; }
14 do { (list).head = NULL; (list).tail = NULL; } while (0)
23 #define DLZ_LIST_HEAD(list) ((list).head)
31 (list).head = (elt); \
/bind-9.11.3/lib/lwres/include/lwres/
H A Dlist.h16 #define LWRES_LIST(type) struct { type *head, *tail; }
18 do { (list).head = NULL; (list).tail = NULL; } while (0)
29 #define LWRES_LIST_HEAD(list) ((list).head)
31 #define LWRES_LIST_EMPTY(list) LWRES_TF((list).head == NULL)
35 if ((list).head != NULL) \
36 (list).head->link.prev = (elt); \
40 (elt)->link.next = (list).head; \
41 (list).head = (elt); \
49 (list).head = (elt); \
64 (list).head
[all...]
/bind-9.11.3/lib/isc/include/isc/
H A Dlist.h22 #define ISC_LIST(type) struct { type *head, *tail; }
24 do { (list).head = NULL; (list).tail = NULL; } while (0)
36 #define ISC_LIST_HEAD(list) ((list).head)
38 #define ISC_LIST_EMPTY(list) ISC_TF((list).head == NULL)
42 if ((list).head != NULL) \
43 (list).head->link.prev = (elt); \
47 (elt)->link.next = (list).head; \
48 (list).head = (elt); \
65 (list).head = (elt); \
91 ISC_INSIST((list).head
[all...]
H A Dqueue.h13 * There are built-in mutex locks for the head and tail of the queue,
42 type *head, *tail; \
50 (queue).tail = (queue).head = NULL; \
53 #define ISC_QUEUE_EMPTY(queue) ISC_TF((queue).head == NULL)
80 * pop wins - return(NULL), push adds new as both head/tail
81 * push wins - updates head/tail, becomes 1 entry case.
83 * pop wins - return(pop) sets head/tail NULL, becomes 0 entry case
84 * push wins - updates {head,tail}->link.next, pop updates head
92 if ((queue).head
[all...]
H A Dradix.h112 isc_radix_node_t *head; member in struct:isc_radix_tree
/bind-9.11.3/lib/irs/
H A Dgetaddrinfo.c512 struct gai_statehead *head; member in struct:gai_resstate
533 make_resstate(isc_mem_t *mctx, gai_statehead_t *head, const char *hostname, argument
573 if (head->ai_family == AF_UNSPEC || head->ai_family == AF_INET)
575 if (head->ai_family == AF_UNSPEC || head->ai_family == AF_INET6)
609 state->head = head;
618 make_resstates(isc_mem_t *mctx, const char *hostname, gai_statehead_t *head, argument
627 result = make_resstate(mctx, head, hostnam
907 gai_statehead_t head; local
[all...]
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dresperf-report76 <html><head></head><body>
/bind-9.11.3/lib/lwres/
H A Dprint.c76 const char *head; local
107 head = "";
238 head = "-";
242 head = "+";
244 head = " ";
246 head = "";
291 head = "0x";
309 head = "0X";
325 zeropad - strlen(head);
330 count += strlen(head)
[all...]
/bind-9.11.3/unit/atf-src/atf-c/
H A Dmacros_test.c79 init_and_run_h_tc(const char *name, void (*head)(atf_tc_t *),
85 RE(atf_tc_init(&tc, name, head, body, NULL, config));
241 void (*head)(atf_tc_t *);
258 for (t = &tests[0]; t->head != NULL; t++) {
259 init_and_run_h_tc("h_check_errno", t->head, t->body);
285 void (*head)(atf_tc_t *);
302 for (t = &tests[0]; t->head != NULL; t++) {
303 init_and_run_h_tc("h_require_errno", t->head, t->body);
340 void (*head)(atf_tc_t *);
357 for (t = &tests[0]; t->head !
383 void (*head)(atf_tc_t *); member in struct:check_eq_test
605 void (*head)(atf_tc_t *); member in struct:require_eq_test
[all...]
/bind-9.11.3/lib/isc/
H A Dradix.c148 radix->head = NULL;
167 if (radix->head != NULL) {
170 isc_radix_node_t *Xrn = radix->head;
225 RADIX_WALK(radix->head, node) {
248 if (radix->head == NULL) {
252 node = radix->head;
323 if (radix->head == NULL) {
367 radix->head = node;
374 node = radix->head;
569 INSIST(radix->head
[all...]
H A Dprint.c172 const char *head; local
201 head = "";
341 head = "-";
345 head = "+";
347 head = " ";
349 head = "";
446 head = "0x";
470 head = "0X";
493 zeropad - strlen(head);
498 count += strlen(head)
[all...]
/bind-9.11.3/unit/atf-src/atf-c++/
H A Dtests.hpp79 virtual void head(void);
H A Dmacros.hpp53 void head(void); \
65 void head(void); \
80 atfu_tc_ ## name::head(void)
H A Dtests.cpp170 (*iter).second->head();
311 impl::tc::head(void) function in class:impl::tc
/bind-9.11.3/lib/dns/
H A Dacl.c137 acl->iptable->radix->head == NULL ||
138 acl->iptable->radix->head->prefix == NULL)
144 if (acl->iptable->radix->head->prefix->bitlen == 0 &&
145 acl->iptable->radix->head->data[0] != NULL &&
146 acl->iptable->radix->head->data[0] ==
147 acl->iptable->radix->head->data[1] &&
148 *(isc_boolean_t *) (acl->iptable->radix->head->data[0]) == pos)
H A Diptable.c114 RADIX_WALK (source->radix->head, node) {
H A Dmaster.c785 rdatalist_head_t head; local
799 ISC_LIST_INIT(head);
905 ISC_LIST_PREPEND(head, &rdatalist, link);
907 result = commit(callbacks, lctx, &head, owner, source, line);
2294 rdatalist_head_t head, dummy; local
2313 ISC_LIST_INIT(head);
2461 rdata_size, &head,
2484 ISC_LIST_APPEND(head, &rdatalist, link);
2485 result = commit(callbacks, lctx, &head, name,
2544 ISC_LIST_APPEND(head,
3092 commit(dns_rdatacallbacks_t *callbacks, dns_loadctx_t *lctx, rdatalist_head_t *head, dns_name_t *owner, const char *source, unsigned int line) argument
3152 is_glue(rdatalist_head_t *head, dns_name_t *owner) argument
[all...]
/bind-9.11.3/bin/tests/system/rpzrecurse/
H A Dtests.sh33 NAME=`sed -n -e "$LINE,"'$p' ns2/$TESTNAME.queries | head -n 1`
45 NAME=`sed -n -e "$LINE,"'$p' ns2/$TESTNAME.queries | head -n 1`
60 NAME=`sed -n -e "$LINE,"'$p' ns2/$TESTNAME.queries | head -n 1`
/bind-9.11.3/contrib/dlz/drivers/
H A Ddlz_ldap_driver.c290 dbinstance_t *head; local
294 head = dbi = ISC_LIST_HEAD(*dblist);
308 dbi = head;
H A Ddlz_odbc_driver.c336 dbinstance_t *head; local
340 head = dbi = ISC_LIST_HEAD(*dblist);
354 dbi = head;
/bind-9.11.3/contrib/dlz/modules/ldap/
H A Ddlz_ldap_dynamic.c282 dbinstance_t *head; local
286 head = dbi = DLZ_LIST_HEAD(*ldap->db);
300 dbi = head;
/bind-9.11.3/contrib/dlz/modules/mysql/
H A Ddlz_mysql_dynamic.c161 dbinstance_t *dbi = NULL, *head; local
165 head = dbi = DLZ_LIST_HEAD(*(mysql->db));
179 dbi = head;
/bind-9.11.3/contrib/dlz/modules/sqlite3/
H A Ddlz_sqlite3_dynamic.c167 dbinstance_t *dbi = NULL, *head; local
171 head = dbi = DLZ_LIST_HEAD(*(sqlite3->db));
185 dbi = head;

Completed in 69 milliseconds

12