Searched defs:operation (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/isc/
H A Drwlock.c52 print_lock(const char *operation, isc_rwlock_t *rwl, isc_rwlocktype_t type) { argument
61 rwl, isc_thread_self(), operation,
76 rwl, isc_thread_self(), operation,
239 * and a mutex lock, ordering between the atomic operation and locks can be
252 * operation, not by the mutex, and can be changed just before sleeping.
/bind-9.11.3/contrib/dlz/bin/dlzbdb/
H A Ddlzbdb.c53 * 5 unable to perform BDB cursor operation
151 DBC *cursor2; /* second cursor used during list operation. */
152 DBC *cursor3; /* third cursor used during list operation */
153 DBC *cursor4; /* fourth cursor used during list operation */
175 * checkOp is used to verify that only one operation (list, del, add,
181 #define checkOp(x) if (x != 0) {fprintf(stderr, "\nonly one operation "\
195 * the operation selected. I.E. passing the key parameter makes no sense
196 * for the add operation, and thus it isn't allowed.
204 * the operation selected - but checks boolean options.
206 * operation, an
215 int operation = 0; /*%< operation to perform. */ variable
[all...]
/bind-9.11.3/lib/dns/
H A Dvalidator.c155 const char *caller, const char *operation);
3982 const char *caller, const char *operation)
3990 caller, operation, namestr, typestr);
3980 validator_logcreate(dns_validator_t *val, dns_name_t *name, dns_rdatatype_t type, const char *caller, const char *operation) argument

Completed in 21 milliseconds