Searched refs:operate (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/unbound/dynlibmod/
H A Ddynlibmod.c107 __DYNSYM operate; local
127 operate = __LOADSYM(dynamic_library,"operate");
128 if (operate == NULL) {
130 log_err("dynlibmod[%d]: unable to load operate procedure from dynamic library \"%s\".", dynlib_mod_idx, de->fname);
133 de->func_operate = (func_operate_t)(void*)operate;
177 /** dynlib module operate on a query */
/freebsd-11-stable/contrib/unbound/dynlibmod/examples/
H A Dhelloworld.c62 EXPORT void operate(struct module_qstate* qstate, enum module_ev event, function
64 log_info("dynlib: hello world from operate");
/freebsd-11-stable/contrib/unbound/util/
H A Dmodule.h42 * state machines are activated in sequence to operate on queries. Once
50 * functions are called, operate to move the state machine and cleanup of
72 * operate() function is called. The validator decides it needs not do
80 * query. Then the iterator suspends (returns from the operate call).
83 * operate function is called for the query, on the iterator module,
86 * operate call, which causes the previous module to be started.
92 * operate function with finished.
101 * them with the operate() call. During inform_super the query that is done
103 * not really re-entry codepoints and services). During the operate call
111 * A module is called in operate, an
713 void (*operate)(struct module_qstate* qstate, enum module_ev event, member in struct:module_func_block
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dsh.set.c48 static Char *operate (int, Char *, Char *);
463 val = operate(op, gv->vec[subscr - 1], p);
472 val = operate(op, varval(vp), p);
498 operate(int op, Char *vp, Char *p) function
/freebsd-11-stable/contrib/unbound/services/
H A Dmesh.c1703 mesh->mods.mod[mstate->s.curmod]->operate));
1704 (*mesh->mods.mod[mstate->s.curmod]->operate)
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dparisc-mont.pl186 addl $num,$num,$num ; I operate on 32-bit values
/freebsd-11-stable/contrib/binutils/
H A Dltmain.sh6334 If it is, it will not operate correctly.
6688 # If it is, it will not operate correctly.
/freebsd-11-stable/contrib/ldns/
H A Dltmain.sh3850 # If it is, it will not operate correctly.
4149 If it is, it will not operate correctly.
/freebsd-11-stable/contrib/openbsm/config/
H A Dltmain.sh3883 # If it is, it will not operate correctly.
4182 If it is, it will not operate correctly.
/freebsd-11-stable/crypto/heimdal/
H A Dltmain.sh3847 # If it is, it will not operate correctly.
4143 If it is, it will not operate correctly.
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh5225 # If it is, it will not operate correctly.
5524 If it is, it will not operate correctly.
/freebsd-11-stable/contrib/openpam/
H A Dltmain.sh5225 # If it is, it will not operate correctly.
5524 If it is, it will not operate correctly.
/freebsd-11-stable/contrib/file/
H A Dltmain.sh5228 # If it is, it will not operate correctly.
5527 If it is, it will not operate correctly.
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh5225 # If it is, it will not operate correctly.
5524 If it is, it will not operate correctly.
/freebsd-11-stable/contrib/sqlite3/
H A Dltmain.sh5225 # If it is, it will not operate correctly.
5524 If it is, it will not operate correctly.

Completed in 371 milliseconds