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

/bind-9.6-ESV-R11/lib/lwres/
H A Dprint.c85 const char *head; local
116 head = "";
236 head = "-";
240 head = "+";
242 head = " ";
244 head = "";
283 head = "0x";
299 head = "0X";
315 zeropad - strlen(head);
320 count += strlen(head)
[all...]
/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Ddlz_postgres_driver.c208 dbinstance_t *head; local
212 head = dbi = ISC_LIST_HEAD(*dblist);
226 dbi = head;
H A Ddlz_ldap_driver.c297 dbinstance_t *head; local
301 head = dbi = ISC_LIST_HEAD(*dblist);
315 dbi = head;
H A Ddlz_odbc_driver.c345 dbinstance_t *head; local
349 head = dbi = ISC_LIST_HEAD(*dblist);
363 dbi = head;
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dradix.h108 isc_radix_node_t *head; member in struct:isc_radix_tree
/bind-9.6-ESV-R11/lib/isc/
H A Dprint.c88 const char *head; local
119 head = "";
238 head = "-";
242 head = "+";
244 head = " ";
246 head = "";
333 head = "0x";
355 head = "0X";
378 zeropad - strlen(head);
383 count += strlen(head)
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dmacros_test.c81 init_and_run_h_tc(const char *name, void (*head)(atf_tc_t *),
87 RE(atf_tc_init(&tc, name, head, body, NULL, config));
243 void (*head)(atf_tc_t *);
260 for (t = &tests[0]; t->head != NULL; t++) {
261 init_and_run_h_tc("h_check_errno", t->head, t->body);
287 void (*head)(atf_tc_t *);
304 for (t = &tests[0]; t->head != NULL; t++) {
305 init_and_run_h_tc("h_require_errno", t->head, t->body);
342 void (*head)(atf_tc_t *);
359 for (t = &tests[0]; t->head !
385 void (*head)(atf_tc_t *); member in struct:check_eq_test
607 void (*head)(atf_tc_t *); member in struct:require_eq_test
[all...]
H A Dtc.c549 atf_tc_init(atf_tc_t *tc, const char *ident, atf_tc_head_t head, argument
562 tc->pimpl->m_head = head;
584 /* XXX Should the head be able to return error codes? */
589 report_fatal_error("Test case head modified the read-only 'ident' "
/bind-9.6-ESV-R11/lib/dns/
H A Dacache.c627 dns_acacheentry_t *head; local
647 head = ISC_LIST_HEAD(acache->entries);
648 if (head != NULL)
649 dns_acache_attachentry(head, &cleaner->current_entry);
873 * this, reset next to the head entry
H A Dmaster.c735 rdatalist_head_t head; local
749 ISC_LIST_INIT(head);
860 ISC_LIST_PREPEND(head, &rdatalist, link);
862 result = commit(callbacks, lctx, &head, owner, source, line);
2056 rdatalist_head_t head, dummy; local
2110 ISC_LIST_INIT(head);
2240 rdata_size, &head,
2263 ISC_LIST_APPEND(head, &rdatalist, link);
2264 result = commit(callbacks, lctx, &head, name,
2322 ISC_LIST_APPEND(head,
2793 commit(dns_rdatacallbacks_t *callbacks, dns_loadctx_t *lctx, rdatalist_head_t *head, dns_name_t *owner, const char *source, unsigned int line) argument
2854 is_glue(rdatalist_head_t *head, dns_name_t *owner) argument
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dtests.cpp148 (*iter).second->head();
296 impl::tc::head(void) function in class:impl::tc

Completed in 1393 milliseconds