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

  /src/external/bsd/openldap/dist/include/
ldap_pvt.h 97 # define ldap_pvt_gmtime(timep, result) gmtime_r((timep), (result)) macro
100 ldap_pvt_gmtime LDAP_P((
  /src/external/bsd/openldap/dist/servers/slapd/back-monitor/
time.c 198 ldap_pvt_gmtime( &currtime, &tm );
conn.c 278 ldap_pvt_gmtime( &c->c_starttime, &tm );
283 ldap_pvt_gmtime( &c->c_activitytime, &tm );
init.c 2258 ldap_pvt_gmtime( &starttime, &tms );
  /src/external/bsd/openldap/dist/libraries/libldap/
util-int.c 144 ldap_pvt_gmtime( const time_t *timep, struct tm *result ) function
345 ldap_pvt_gmtime( &t, &tm );
  /src/external/bsd/openldap/dist/servers/slapd/
logging.c 196 ldap_pvt_gmtime( &tv.tv_sec, &tm );
modify.c 862 ldap_pvt_gmtime( tm, &ltm );
syncrepl.c 7066 ldap_pvt_gmtime( &next_sched, &tm );
7080 ldap_pvt_gmtime( &si->si_lastconnect, &tm );
7092 ldap_pvt_gmtime( &si->si_lastcontact, &tm );
  /src/external/bsd/openldap/dist/servers/lloadd/
monitor.c 771 ldap_pvt_gmtime( &c->c_activitytime, &tm );

Completed in 21 milliseconds