OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:param_buf
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/tlsproxy/
tlsproxy.c
1251
VSTRING *
param_buf
;
local
1267
param_buf
= vstring_alloc(100);
1268
param_key = tls_proxy_client_param_serialize(attr_print_plain,
param_buf
,
1275
vstring_free(
param_buf
); \
/src/external/bsd/tmux/dist/
input.c
114
u_char
param_buf
[64];
member in struct:input_ctx
1081
ptr = (char *)ictx->
param_buf
;
1176
*ictx->
param_buf
= '\0';
1243
if (ictx->param_len == (sizeof ictx->
param_buf
) - 1)
1246
ictx->
param_buf
[ictx->param_len++] = ictx->ch;
1247
ictx->
param_buf
[ictx->param_len] = '\0';
1448
ictx->interm_buf, ictx->
param_buf
);
Completed in 17 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026