HomeSort by: relevance | last modified time | path
    Searched refs:wi_lastid (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
idl.h 68 #define WT_IDL_ID( wi, ids, id ) WT_IDL_RANGE( ids, id, ((wi)->wi_lastid) )
69 #define WT_IDL_ALL( wi, ids ) WT_IDL_RANGE( ids, 1, ((wi)->wi_lastid) )
back-wt.h 45 ID wi_lastid; member in struct:wt_info
nextid.c 36 *out = __sync_add_and_fetch(&wi->wi_lastid, 1);
init.c 50 wi->wi_lastid = 0;
217 rc = wt_last_id( be, session, &wi->wi_lastid);

Completed in 65 milliseconds