Searched refs:lookaside (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/etc/
H A Dnamed.conf10 dnssec-lookaside auto;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/python/
H A Ddnssec-checkds.py.in192 def checkdlv(zone, lookaside, masterfile = None):
195 (shellquote(args.dig), shellquote(zone + '.' + lookaside)))
197 dlvlist.append(DLVRR(line, lookaside))
208 (args.dsfromkey, masterfile, lookaside, zone))
212 shellquote(args.dsfromkey), shellquote(lookaside),
216 dlvklist.append(DLVRR(line, lookaside))
245 parser.add_argument('-l', '--lookaside', dest='lookaside', type=str,
246 help='DLV lookaside zone')
257 if args.lookaside
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/dnssec/
H A Ddnssec-dsfromkey.c243 emit(unsigned int dtype, isc_boolean_t showall, char *lookaside, argument
277 /* Add lookaside origin, if set */
278 if (lookaside != NULL) {
279 if (isc_buffer_availablelength(&nameb) < strlen(lookaside))
280 fatal("DLV origin '%s' is too long", lookaside);
281 isc_buffer_putstr(&nameb, lookaside);
282 if (lookaside[strlen(lookaside) - 1] != '.') {
284 fatal("DLV origin '%s' is too long", lookaside);
306 if (lookaside
351 char *lookaside = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/checkconf/
H A Dgood.conf79 dnssec-lookaside auto;
98 dnssec-lookaside "." trust-anchor "dlv.isc.org.";
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/dnssec/ns6/
H A Dnamed.conf37 dnssec-lookaside . trust-anchor dlv;
/netbsd-6-1-5-RELEASE/sys/compat/ndis/
H A Dsubr_ntoskrnl.c1534 * We need this to make lookaside lists work for amd64.
1535 * We pass a pointer to ExAllocatePoolWithTag() the lookaside
1561 paged_lookaside_list *lookaside,
1569 memset((char *)lookaside, 0, sizeof(paged_lookaside_list));
1572 lookaside->nll_l.gl_size = sizeof(slist_entry);
1574 lookaside->nll_l.gl_size = size;
1575 lookaside->nll_l.gl_tag = tag;
1577 lookaside->nll_l.gl_allocfunc =
1580 lookaside->nll_l.gl_allocfunc = allocfunc;
1583 lookaside
1560 ExInitializePagedLookasideList( paged_lookaside_list *lookaside, lookaside_alloc_func *allocfunc, lookaside_free_func *freefunc, uint32_t flags, size_t size, uint32_t tag, uint16_t depth) argument
1600 ExDeletePagedLookasideList(paged_lookaside_list *lookaside) argument
1613 ExInitializeNPagedLookasideList( npaged_lookaside_list *lookaside, lookaside_alloc_func *allocfunc, lookaside_free_func *freefunc, uint32_t flags, size_t size, uint32_t tag, uint16_t depth) argument
1653 ExDeleteNPagedLookasideList(npaged_lookaside_list *lookaside) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/zkt/
H A Dzconf.h184 char *lookaside; member in struct:zconf
H A Dzconf.c201 { "DLV_Domain", first, 100, CONF_STRING, &def.lookaside },
202 { "DLVdomain", 101, last, CONF_STRING, &def.lookaside },
288 set_varptr ("dlv_domain", &cp->lookaside, cp2 ? &cp2->lookaside: NULL);
H A Dzkt-signer.c854 if ( conf->lookaside && conf->lookaside[0] )
855 len = snprintf (str, sizeof (str), "-l %.250s", conf->lookaside);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/dlvauto/ns2/
H A Dnamed.conf35 dnssec-lookaside "auto";
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dshell.c1045 fprintf(pArg->out, "Successful lookaside attempts: %d\n", iHiwtr);
H A Dsqlite3.c2014 ** memory allocation for the lookaside memory allocator on each
2016 ** size of each lookaside buffer slot and the second is the number of
2018 ** <i>default</i> lookaside size. The [SQLITE_DBCONFIG_LOOKASIDE]
2019 ** verb to [sqlite3_db_config()] can be used to change the lookaside
2106 ** [lookaside memory allocator] configuration for the [database connection].
2108 ** pointer to a memory buffer to use for lookaside memory.
2111 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
2112 ** size of each lookaside buffer slot. ^The third argument is the number of
2117 ** rounded down to the next smaller multiple of 8. ^(The lookaside memory
2119 ** connection is not currently using lookaside memor
9738 Lookaside lookaside; /* Lookaside malloc configuration */ member in struct:sqlite3
[all...]

Completed in 436 milliseconds