Searched refs:operation (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/contrib/dlz/bin/dlzbdb/
H A Ddlzbdb.c62 * 5 unable to perform BDB cursor operation
160 DBC *cursor2; /* second cursor used during list operation. */
161 DBC *cursor3; /* third cursor used during list operation */
162 DBC *cursor4; /* fourth cursor used during list operation */
184 * checkOp is used to verify that only one operation (list, del, add,
190 #define checkOp(x) if (x != 0) {fprintf(stderr, "\nonly one operation "\
204 * the operation selected. I.E. passing the key parameter makes no sense
205 * for the add operation, and thus it isn't allowed.
213 * the operation selected - but checks boolean options.
215 * operation, an
224 int operation = 0; /*%< operation to perform. */ variable
[all...]
/bind-9.6-ESV-R11/lib/isc/
H A Drwlock.c51 print_lock(const char *operation, isc_rwlock_t *rwl, isc_rwlocktype_t type) { argument
57 rwl, isc_thread_self(), operation,
218 * and a mutex lock, ordering between the atomic operation and locks can be
231 * operation, not by the mutex, and can be changed just before sleeping.
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dltmain.sh212 # Infer the operation mode.
240 # Just use the default operation mode.
243 $echo "$modename: warning: cannot infer operation mode from \`$nonopt'" 1>&2
245 $echo "$modename: warning: cannot infer operation mode without MODE-ARGS" 1>&2
2813 # This environment variable determines our operation mode.
3844 $echo "$modename: invalid operation mode \`$mode'" 1>&2
3862 --mode=MODE use operation mode MODE [default=inferred from MODE-ARGS]
4010 $echo "$modename: invalid operation mode \`$mode'" 1>&2
/bind-9.6-ESV-R11/lib/dns/
H A Dvalidator.c166 const char *caller, const char *operation);
3888 const char *caller, const char *operation)
3896 caller, operation, namestr, typestr);
3886 validator_logcreate(dns_validator_t *val, dns_name_t *name, dns_rdatatype_t type, const char *caller, const char *operation) argument

Completed in 27 milliseconds