OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:now_t
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/openldap/dist/contrib/slapd-modules/acl/
now.c
45
typedef struct
now_t
{
struct
48
}
now_t
;
typedef in typeref:struct:now_t
61
now_t
*now;
117
now = ch_calloc( 1, sizeof(
now_t
) );
131
now_t
*now = (
now_t
*)priv;
161
now_t
*now = (
now_t
*)priv;
213
now_t
*now = (
now_t
*)priv
[
all
...]
/src/crypto/external/apache2/openssl/dist/crypto/asn1/
a_time.c
446
time_t
now_t
;
local
448
time(&
now_t
);
450
if (OPENSSL_gmtime(&
now_t
, tm) != NULL)
/src/crypto/external/bsd/openssl/dist/crypto/asn1/
a_time.c
444
time_t
now_t
;
local
446
time(&
now_t
);
448
if (OPENSSL_gmtime(&
now_t
, tm) != NULL)
/src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
a_time.c
440
time_t
now_t
;
local
442
time(&
now_t
);
444
if (OPENSSL_gmtime(&
now_t
, tm) != NULL)
/src/external/bsd/openldap/dist/tests/progs/
slapd-watcher.c
208
time_t
now_t
;
local
211
now_t
= now.tv_sec;
213
timestamp(&
now_t
);
284
servers[i].times[j].active =
now_t
;
291
servers[i].times[j].idle =
now_t
;
Completed in 16 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026