OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tok_out
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl2/xcvs/dist/src/
gssapi-client.c
86
gss_buffer_desc *tok_in_ptr, tok_in,
tok_out
;
local
113
0, NULL, tok_in_ptr, NULL, &
tok_out
,
122
GSS_C_NULL_OID, &message_context, &
tok_out
);
124
(const char *)
tok_out
.value);
128
GSS_C_NULL_OID, &message_context, &
tok_out
);
130
(const char *)
tok_out
.value);
133
if (
tok_out
.length == 0)
142
cbuf[0] = (
tok_out
.length >> 8) & 0xff;
143
cbuf[1] =
tok_out
.length & 0xff;
146
if (send (sock,
tok_out
.value, tok_out.length, 0) < 0
[
all
...]
gssapi-client.c
86
gss_buffer_desc *tok_in_ptr, tok_in,
tok_out
;
local
113
0, NULL, tok_in_ptr, NULL, &
tok_out
,
122
GSS_C_NULL_OID, &message_context, &
tok_out
);
124
(const char *)
tok_out
.value);
128
GSS_C_NULL_OID, &message_context, &
tok_out
);
130
(const char *)
tok_out
.value);
133
if (
tok_out
.length == 0)
142
cbuf[0] = (
tok_out
.length >> 8) & 0xff;
143
cbuf[1] =
tok_out
.length & 0xff;
146
if (send (sock,
tok_out
.value, tok_out.length, 0) < 0
[
all
...]
server.c
7425
gss_buffer_desc tok_in,
tok_out
;
7489
&
tok_out
, /* output_token */
7518
if (
tok_out
.length != 0)
7522
cbuf[0] = (
tok_out
.length >> 8) & 0xff;
7523
cbuf[1] =
tok_out
.length & 0xff;
7525
|| (fwrite (
tok_out
.value, 1,
tok_out
.length, stdout)
7526
!=
tok_out
.length))
7424
gss_buffer_desc tok_in,
tok_out
;
local
server.c
7425
gss_buffer_desc tok_in,
tok_out
;
7489
&
tok_out
, /* output_token */
7518
if (
tok_out
.length != 0)
7522
cbuf[0] = (
tok_out
.length >> 8) & 0xff;
7523
cbuf[1] =
tok_out
.length & 0xff;
7525
|| (fwrite (
tok_out
.value, 1,
tok_out
.length, stdout)
7526
!=
tok_out
.length))
7424
gss_buffer_desc tok_in,
tok_out
;
local
Completed in 50 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026