OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:global_session_id
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl2/xcvs/dist/src/
main.c
34
const char *
global_session_id
; /* Random session ID */
variable
862
global_session_id
= strdup (out);
866
TRACE (TRACE_FUNCTION, "main: Session ID is %s",
global_session_id
);
expand_path.c
127
return
global_session_id
;
import.c
1290
if (fprintf (fprcs, "commitid %s;\012",
global_session_id
) < 0)
1324
if (fprintf (fprcs, "commitid %s;\012",
global_session_id
) < 0)
1344
fprintf (fprcs, "commitid %s;\012",
global_session_id
) < 0)
cvs.h
958
extern const char *
global_session_id
;
rcs.c
5107
np->data = xstrdup(
global_session_id
);
/src/external/bsd/wpa/dist/src/fst/
fst_session.c
78
static u32
global_session_id
= 0;
variable
91
global_session_id
++;
92
if (
global_session_id
== FST_INVALID_SESSION_ID)
93
global_session_id
++;
151
if (s->id ==
global_session_id
) {
158
id =
global_session_id
;
Completed in 58 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026