Searched refs:statep (Results 1 - 4 of 4) sorted by relevance
/bind-9.11.3/bin/tests/system/dyndb/driver/ |
H A D | lock.c | 22 * Recursive locking is allowed. Auxiliary variable pointed to by "statep" 30 * @param[in,out] statep Lock state: ISC_R_SUCCESS or ISC_R_LOCKBUSY 33 run_exclusive_enter(sample_instance_t *inst, isc_result_t *statep) { argument 34 REQUIRE(statep != NULL); 35 REQUIRE(*statep == ISC_R_IGNORE); 37 *statep = isc_task_beginexclusive(inst->task); 38 RUNTIME_CHECK(*statep == ISC_R_SUCCESS || *statep == ISC_R_LOCKBUSY);
|
H A D | lock.h | 12 run_exclusive_enter(sample_instance_t *inst, isc_result_t *statep);
|
/bind-9.11.3/lib/dns/ |
H A D | update.c | 1372 dns_update_state_t **statep) 1391 if (statep == NULL || (statep != NULL && *statep == NULL)) { 1392 if (statep == NULL) { 1457 if (statep != NULL) 1458 *statep = state; 1460 REQUIRE(DNS_STATE_VALID(*statep)); 1461 state = *statep; 2026 *statep 1369 dns_update_signaturesinc(dns_update_log_t *log, dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *oldver, dns_dbversion_t *newver, dns_diff_t *diff, isc_uint32_t sigvalidityinterval, dns_update_state_t **statep) argument [all...] |
/bind-9.11.3/lib/irs/ |
H A D | getaddrinfo.c | 534 const char *domain, gai_resstate_t **statep) 612 *statep = state; 533 make_resstate(isc_mem_t *mctx, gai_statehead_t *head, const char *hostname, const char *domain, gai_resstate_t **statep) argument
|
Completed in 28 milliseconds