HomeSort by: relevance | last modified time | path
    Searched defs:idl (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
authfd.c 268 struct ssh_identitylist *idl = NULL; local
307 if ((idl = calloc(1, sizeof(*idl))) == NULL ||
308 (idl->keys = calloc(num, sizeof(*idl->keys))) == NULL ||
309 (idl->comments = calloc(num, sizeof(*idl->comments))) == NULL) {
314 if ((r = deserialise_identity2(msg, &(idl->keys[i]),
315 &(idl->comments[i]))) != 0) {
325 idl->nkeys = num
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
search.c 28 #include "idl.h"
149 aliases = stack; /* IDL of all aliases in the database */
200 /* This should only happen if the curscop IDL has maxed out and
1343 ID *idl = (ID *)( ic+1 ); local
1344 MDB_IDL_ZERO( idl );
1412 /* Allocate IDL stack, plus 1 more for former tmp */
  /src/external/bsd/openldap/dist/libraries/liblmdb/
mdb.c 1336 /** IDL of pages that became unused in a write txn */
2253 pgno_t *idl; local
2317 idl = (MDB_ID *) data.mv_data;
2318 i = idl[0];
2331 DPRINTF(("IDL read txn %"Z"u root %"Z"u num %u",
2334 DPRINTF(("IDL %"Z"u", idl[j]));
2337 mdb_midl_xmerge(mop, idl);
3234 /* Save the IDL of pages freed by this txn, to a single record */
3260 DPRINTF(("IDL write txn %"Z"u root %"Z"u num %u"
    [all...]

Completed in 72 milliseconds