HomeSort by: relevance | last modified time | path
    Searched defs:operate (Results 1 - 19 of 19) sorted by relevancy

  /src/external/bsd/unbound/dist/pythonmod/examples/
calc.py 44 def operate(id, event, qstate, qdata): function
resgen.py 42 def operate(id, event, qstate, qdata): function
resip.py 49 def operate(id, event, qstate, qdata): function
50 print("Operate {} state: {}".format(event, qstate))
edns.py 109 def operate(id, event, qstate, qdata): function
resmod.py 53 def operate(id, event, qstate, qdata): function
dict.py 71 def operate(id, event, qstate, qdata): function
log.py 102 def operate(id, event, qstate, qdata): function
103 log_info("pythonmod: operate called, id: %d, event:%s" % (id, strmodulevent(event)))
inplace_callbacks.py 349 def operate(id, event, qstate, qdata): function
avahi-resolver.py 430 def operate(id, event, qstate, qdata): function
  /src/external/bsd/unbound/dist/pythonmod/doc/examples/
example0-1.py 16 def operate(id, event, qstate, qdata): function
17 log_info("pythonmod: operate called, id: %d, event:%s" % (id, strmodulevent(event)))
  /src/external/bsd/unbound/dist/pythonmod/
ubmodule-msg.py 95 def operate(id, event, qstate, qdata): function
96 log_info("pythonmod: operate called, id: %d, event:%s" % (id, strmodulevent(event)))
ubmodule-tst.py 95 def operate(id, event, qstate, qdata): function
96 log_info("pythonmod: operate called, id: %d, event:%s" % (id, strmodulevent(event)))
  /src/external/bsd/unbound/dist/testdata/pymod.tdir/
pymod.py 100 def operate(id, event, qstate, qdata): function
101 log_info("pythonmod: operate called, id: %d, event:%s" % (id, strmodulevent(event)))
  /src/external/bsd/unbound/dist/testdata/pymod_thread.tdir/
pymod_thread.py 100 def operate(id, event, qstate, qdata): function
101 log_info("pythonmod: operate called, id: %d, event:%s" % (id, strmodulevent(event)))
  /src/external/bsd/unbound/dist/dynlibmod/examples/
helloworld.c 60 /* Operate is called every time a query passes by this module. The event can be
62 EXPORT void operate(struct module_qstate* qstate, enum module_ev event, function
64 log_info("dynlib: hello world from operate");
  /src/external/bsd/unbound/dist/dynlibmod/
dynlibmod.c 108 __DYNSYM operate; local
128 operate = __LOADSYM(dynamic_library,"operate");
129 if (operate == NULL) {
131 log_err("dynlibmod[%d]: unable to load operate procedure from dynamic library \"%s\".", dynlib_mod_idx, de->fname);
134 de->func_operate = (func_operate_t)(void*)operate;
178 /** dynlib module operate on a query */
  /src/bin/csh/
set.c 55 static Char *operate(int, Char *, Char *);
330 asx(vp, subscr, operate(op, gv->vec[subscr - 1], p));
333 set(vp, operate(op, value(vp), p));
364 operate(int op, Char *vp, Char *p) function
  /src/external/bsd/unbound/dist/util/
module.h 42 * 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, and it decides that it wants to perfor
782 void (*operate)(struct module_qstate* qstate, enum module_ev event, member in struct:module_func_block
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/misc/
po-mode.el 2552 (defvar tags-loop-operate)
2559 ;; Dynamically set within po-tags-search for po-tags-loop-operate.
2578 (eq (car tags-loop-operate) 'po-tags-loop-operate))
2583 tags-loop-operate '(po-tags-loop-operate))
2609 ;; tags module to revisit files fully. po-tags-loop-operate sets point at
2613 (defun po-tags-loop-operate ()

Completed in 40 milliseconds