| /src/external/bsd/unbound/dist/pythonmod/examples/ |
| calc.py | 42 def inform_super(id, qstate, superqstate, qdata): return True function
|
| resgen.py | 40 def inform_super(id, qstate, superqstate, qdata): return True function
|
| resip.py | 47 def inform_super(id, qstate, superqstate, qdata): return True function
|
| edns.py | 106 def inform_super(id, qstate, superqstate, qdata): return True function
|
| resmod.py | 41 def inform_super(id, qstate, superqstate, qdata): return True function
|
| dict.py | 119 def inform_super(id, qstate, superqstate, qdata): function
|
| log.py | 99 def inform_super(id, qstate, superqstate, qdata): function
|
| inplace_callbacks.py | 346 def inform_super(id, qstate, superqstate, qdata): return True function
|
| avahi-resolver.py | 408 def inform_super(id, qstate, superqstate, qdata): function
|
| /src/external/bsd/unbound/dist/pythonmod/doc/examples/ |
| example0-1.py | 13 def inform_super(id, qstate, superqstate, qdata): function
|
| /src/external/bsd/unbound/dist/pythonmod/ |
| ubmodule-msg.py | 45 def inform_super(id, qstate, superqstate, qdata): function
|
| ubmodule-tst.py | 43 def inform_super(id, qstate, superqstate, qdata): function
|
| /src/external/bsd/unbound/dist/testdata/pymod.tdir/ |
| pymod.py | 47 def inform_super(id, qstate, superqstate, qdata): function
|
| /src/external/bsd/unbound/dist/testdata/pymod_thread.tdir/ |
| pymod_thread.py | 47 def inform_super(id, qstate, superqstate, qdata): function
|
| /src/external/bsd/unbound/dist/dynlibmod/examples/ |
| helloworld.c | 93 EXPORT void inform_super(struct module_qstate* qstate, int id, function 95 log_info("dynlib: hello world from inform_super");
|
| /src/external/bsd/unbound/dist/util/ |
| module.h | 99 * query, then the mesh will tell them about it. It calls the inform_super 101 * them with the operate() call. During inform_super the query that is done 106 * inform_super phase, but after that the network buffers will be cleared 123 * done. When they are done the mesh calls inform_super on the module that 130 * potentially filling the cache with information. Inform_super is not 795 void (*inform_super)(struct module_qstate* qstate, int id, member in struct:module_func_block
|