Searched refs:saved_cursor (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/tls/
H A Dtls_scache.c375 char *saved_cursor; local
419 saved_cursor = cp->saved_cursor;
420 cp->saved_cursor = 0;
421 tls_scache_lookup(cp, saved_cursor, (VSTRING *) 0);
422 myfree(saved_cursor);
429 if (cp->saved_cursor)
430 myfree(cp->saved_cursor);
431 cp->saved_cursor = 0;
441 cp->saved_cursor
[all...]
H A Dtls_scache.h31 char *saved_cursor; /* cursor cache ID */ member in struct:__anon15695
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dkey.c41 MDB_cursor **saved_cursor,
66 rc = mdb_idl_fetch_key( be, txn, dbi, &key, ids, saved_cursor, get_flag );
35 mdb_key_read( Backend *be, MDB_txn *txn, MDB_dbi dbi, struct berval *k, ID *ids, MDB_cursor **saved_cursor, int get_flag ) argument
H A Didl.c290 MDB_cursor **saved_cursor,
308 if ( saved_cursor && *saved_cursor ) {
327 cursor = *saved_cursor;
380 if ( saved_cursor && rc == 0 ) {
381 if ( !*saved_cursor )
382 *saved_cursor = cursor;
284 mdb_idl_fetch_key( BackendDB *be, MDB_txn *txn, MDB_dbi dbi, MDB_val *key, ID *ids, MDB_cursor **saved_cursor, int get_flag ) argument
H A Dproto-mdb.h240 MDB_cursor **saved_cursor,
335 MDB_cursor **saved_cursor,
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Dkey.c42 WT_CURSOR **saved_cursor,
37 wt_key_read( Backend *be, WT_CURSOR *cursor, struct berval *k, ID *ids, WT_CURSOR **saved_cursor, int get_flag ) argument
H A Dproto-wt.h75 WT_CURSOR **saved_cursor,

Completed in 104 milliseconds