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

/macosx-10.9.5/bind9-45.100/bind9/lib/isc/include/isc/
H A Dtimer.h138 unsigned int impmagic; member in struct:isc_timermgr
152 unsigned int impmagic; member in struct:isc_timer
H A Dtask.h142 unsigned int impmagic; member in struct:isc_taskmgr
156 unsigned int impmagic; member in struct:isc_task
H A Dapp.h132 unsigned int impmagic; member in struct:isc_appctx
H A Dmem.h254 unsigned int impmagic; member in struct:isc_mem
268 unsigned int impmagic; member in struct:isc_mempool
H A Dsocket.h316 unsigned int impmagic; member in struct:isc_socketmgr
332 unsigned int impmagic; member in struct:isc_socket
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dtimer.c388 timer->common.impmagic = 0;
481 timer->common.impmagic = TIMER_MAGIC;
502 timer->common.impmagic = 0;
893 manager->common.impmagic = TIMER_MANAGER_MAGIC;
1023 manager->common.impmagic = 0;
H A Dtask.c298 task->common.impmagic = 0;
355 task->common.impmagic = TASK_MAGIC;
1180 manager->common.impmagic = 0;
1225 manager->common.impmagic = TASK_MANAGER_MAGIC;
H A Dmem.c949 ctx->common.impmagic = MEM_MAGIC;
1063 ctx->common.impmagic = 0;
1846 mpctx->common.impmagic = MEMPOOL_MAGIC;
1947 mpctx->common.impmagic = 0;
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/unix/
H A Dapp.c275 isc_g_appctx.common.impmagic = APPCTX_MAGIC;
885 ctx->common.impmagic = APPCTX_MAGIC;
H A Dsocket.c2041 sock->common.impmagic = 0;
2117 sock->common.impmagic = 0;
2132 sock->common.impmagic = SOCKET_MAGIC;
2179 sock->common.impmagic = 0;
4146 manager->common.impmagic = SOCKET_MANAGER_MAGIC;
4391 manager->common.impmagic = 0;
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Decdb.c35 (db)->common.impmagic == ECDB_MAGIC)
179 ecdb->common.impmagic = 0;
629 ecdb->common.impmagic = ECDB_MAGIC;
H A Dsdb.c105 * Note that "impmagic" is not the first four bytes of the struct, so
109 (sdb)->common.impmagic == SDB_MAGIC)
571 sdb->common.impmagic = 0;
1363 sdb->common.impmagic = SDB_MAGIC;
H A Dsdlz.c149 * Note that "impmagic" is not the first four bytes of the struct, so
154 (sdlzdb)->common.impmagic == SDLZDB_MAGIC)
337 sdlz->common.impmagic = 0;
1470 sdlzdb->common.impmagic = SDLZDB_MAGIC;
H A Drbtdb.c81 * Note that "impmagic" is not the first four bytes of the struct, so
85 (rbtdb)->common.impmagic == RBTDB_MAGIC)
986 rbtdb->common.impmagic = 0;
7802 rbtdb->common.impmagic = RBTDB_MAGIC;
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Ddb.h204 unsigned int impmagic; member in struct:dns_db

Completed in 239 milliseconds