Searched defs:symbolp (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/lib/isc/ |
H A D | backtrace.c | 217 const char **symbolp) 220 REQUIRE(symbolp != NULL && *symbolp == NULL); 226 *symbolp = isc__backtrace_symtable[idx].symbol; 257 isc_backtrace_getsymbol(const void *addr, const char **symbolp, argument 267 if (symbolp == NULL || *symbolp != NULL || offsetp == NULL) 282 *symbolp = found->symbol; 216 isc_backtrace_getsymbolfromindex(int idx, const void **addrp, const char **symbolp) argument
|
/bind-9.11.3/lib/dns/ |
H A D | dyndb.c | 86 const char *symbol_name, void **symbolp) 92 REQUIRE(symbolp != NULL && *symbolp == NULL); 108 *symbolp = symbol; 213 const char *symbol_name, void **symbolp) 218 REQUIRE(symbolp != NULL && *symbolp == NULL); 231 *symbolp = symbol; 85 load_symbol(void *handle, const char *filename, const char *symbol_name, void **symbolp) argument 212 load_symbol(HMODULE handle, const char *filename, const char *symbol_name, void **symbolp) argument
|
Completed in 12 milliseconds