Searched defs:head (Results 1 - 15 of 15) sorted by relevance

/bind-9.11.3/lib/isc/include/isc/
H A Dradix.h112 isc_radix_node_t *head; member in struct:isc_radix_tree
/bind-9.11.3/lib/isc/
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/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/contrib/dlz/drivers/
H A Ddlz_postgres_driver.c199 dbinstance_t *head; local
203 head = dbi = ISC_LIST_HEAD(*dblist);
217 dbi = head;
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;
/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...]
H A Dtc.c545 atf_tc_init(atf_tc_t *tc, const char *ident, atf_tc_head_t head, argument
558 tc->pimpl->m_head = head;
580 /* XXX Should the head be able to return error codes? */
585 report_fatal_error("Test case head modified the read-only 'ident' "
/bind-9.11.3/unit/atf-src/atf-c++/
H A Dtests.cpp170 (*iter).second->head();
311 impl::tc::head(void) function in class:impl::tc
/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/lib/dns/
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...]
H A Dacache.c640 dns_acacheentry_t *head; local
660 head = ISC_LIST_HEAD(acache->entries);
661 if (head != NULL)
662 dns_acache_attachentry(head, &cleaner->current_entry);
886 * this, reset next to the head entry

Completed in 54 milliseconds