OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oqueue
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
ssh-pkcs11-helper.c
51
struct sshbuf *
oqueue
;
variable in typeref:struct:sshbuf
58
if ((r = sshbuf_put_stringb(
oqueue
, m)) != 0)
249
if ((
oqueue
= sshbuf_new()) == NULL)
263
(r = sshbuf_check_reserve(
oqueue
, MAX_MSG_LENGTH)) == 0)
268
if (sshbuf_len(
oqueue
) > 0)
289
/* send
oqueue
to stdout */
291
len = write(out, sshbuf_ptr(
oqueue
),
292
sshbuf_len(
oqueue
));
296
} else if ((r = sshbuf_consume(
oqueue
, len)) != 0)
305
if ((r = sshbuf_check_reserve(
oqueue
, MAX_MSG_LENGTH)) == 0
[
all
...]
sftp-server.c
70
struct sshbuf *
oqueue
;
variable in typeref:struct:sshbuf
521
if ((r = sshbuf_put_stringb(
oqueue
, m)) != 0)
1982
if ((
oqueue
= sshbuf_new()) == NULL)
2004
(r = sshbuf_check_reserve(
oqueue
,
2012
olen = sshbuf_len(
oqueue
);
2039
/* send
oqueue
to stdout */
2041
len = write(out, sshbuf_ptr(
oqueue
), olen);
2051
} else if ((r = sshbuf_consume(
oqueue
, len)) != 0)
2060
r = sshbuf_check_reserve(
oqueue
, SFTP_MAX_MSG_LENGTH);
Completed in 19 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026