Searched defs:block (Results 1 - 7 of 7) sorted by relevance
/bind-9.11.3/lib/isc/ |
H A D | mutexblock.c | 19 isc_mutexblock_init(isc_mutex_t *block, unsigned int count) { argument 24 result = isc_mutex_init(&block[i]); 28 DESTROYLOCK(&block[i]); 38 isc_mutexblock_destroy(isc_mutex_t *block, unsigned int count) { argument 43 result = isc_mutex_destroy(&block[i]);
|
H A D | sha1.c | 147 (block->l[i] = (rol(block->l[i], 24) & 0xFF00FF00) \ 148 | (rol(block->l[i], 8) & 0x00FF00FF)) 150 # define blk0(i) block->l[i] 153 (block->l[i & 15] = rol(block->l[(i + 13) & 15] \ 154 ^ block->l[(i + 8) & 15] \ 155 ^ block->l[(i + 2) & 15] \ 156 ^ block->l[i & 15], 1)) 204 isc_uint32_t *e, CHAR64LONG16 *block) 203 do_R01(isc_uint32_t *a, isc_uint32_t *b, isc_uint32_t *c, isc_uint32_t *d, isc_uint32_t *e, CHAR64LONG16 *block) argument 216 do_R2(isc_uint32_t *a, isc_uint32_t *b, isc_uint32_t *c, isc_uint32_t *d, isc_uint32_t *e, CHAR64LONG16 *block) argument 229 do_R3(isc_uint32_t *a, isc_uint32_t *b, isc_uint32_t *c, isc_uint32_t *d, isc_uint32_t *e, CHAR64LONG16 *block) argument 242 do_R4(isc_uint32_t *a, isc_uint32_t *b, isc_uint32_t *c, isc_uint32_t *d, isc_uint32_t *e, CHAR64LONG16 *block) argument 261 CHAR64LONG16 *block; local [all...] |
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | os.c | 33 perf_os_blocksignal(int sig, isc_boolean_t block) argument 38 op = block ? SIG_BLOCK : SIG_UNBLOCK;
|
/bind-9.11.3/lib/isc/win32/ |
H A D | app.c | 119 void *run, *shutdown, *start, *reload, *finish, *block, *unblock; member in struct:__anon294
|
/bind-9.11.3/lib/isc/unix/ |
H A D | app.c | 131 void *run, *shutdown, *start, *reload, *finish, *block, *unblock; member in struct:__anon284 265 * We install them now because BSDI 3.1 won't block
|
/bind-9.11.3/lib/dns/ |
H A D | message.c | 95 * of various block allocations used within the server. 143 * "helper" type, which consists of a block of some type, and is linkable. 156 #define msgblock_get(block, type) \ 157 ((type *)msgblock_internalget(block, sizeof(type))) 182 dns_msgblock_t *block; local 187 block = isc_mem_get(mctx, length); 188 if (block == NULL) 191 block->count = count; 192 block->remaining = count; 194 ISC_LINK_INIT(block, lin 204 msgblock_internalget(dns_msgblock_t *block, unsigned int sizeof_type) argument 220 msgblock_reset(dns_msgblock_t *block) argument 228 msgblock_free(isc_mem_t *mctx, dns_msgblock_t *block, unsigned int sizeof_type) argument [all...] |
H A D | adb.c | 4789 isc_boolean_t block; local 4791 block = ISC_TF(entry->quota != 0 && entry->active >= entry->quota); 4792 return (block);
|
Completed in 32 milliseconds