OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:res_buf
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/global/
quote_flags.c
13
/* const char *quote_flags_to_string(VSTRING *
res_buf
, int mask)
28
/* .IP
res_buf
82
const char *quote_flags_to_string(VSTRING *
res_buf
, int quote_flags_mask)
86
if (
res_buf
== 0 && (
res_buf
= my_buf) == 0)
87
res_buf
= my_buf = vstring_alloc(20);
88
return (str_name_mask_opt(
res_buf
, "quote_flags_to_string",
mail_addr_find.c
213
static const char *strategy_to_string(VSTRING *
res_buf
, int strategy_mask)
217
if (
res_buf
== 0 && (
res_buf
= my_buf) == 0)
218
res_buf
= my_buf = vstring_alloc(20);
219
return (str_name_mask_opt(
res_buf
, "strategy_to_string",
dict_memcache.c
99
VSTRING *
res_buf
; /* lookup result */
member in struct:__anon5
217
} else if (memcache_fread(fp, dict_mc->
res_buf
, todo) < 0) {
226
DICT_ERR_VAL_RETURN(dict_mc, DICT_ERR_NONE, STR(dict_mc->
res_buf
));
524
vstring_free(dict_mc->
res_buf
);
574
dict_mc->
res_buf
= vstring_alloc(10);
/src/external/ibm-public/postfix/dist/src/util/
quote_for_json.c
197
static VSTRING *
res_buf
;
variable
204
res = tp->u.fixed.fn(
res_buf
, tp->u.fixed.input, tp->u.fixed.input_len);
219
res = tp->u.variadic.fn(
res_buf
, argv->argv[0], argv->argv[1],
268
res_buf
= vstring_alloc(100);
/src/external/bsd/wpa/dist/src/drivers/
driver_wext.c
1149
u8 *
res_buf
;
local
1154
res_buf
= os_malloc(res_buf_len);
1155
if (
res_buf
== NULL)
1159
iwr.u.data.pointer =
res_buf
;
1166
os_free(
res_buf
);
1167
res_buf
= NULL;
1177
os_free(
res_buf
);
1183
os_free(
res_buf
);
1188
return
res_buf
;
1509
u8 *
res_buf
;
local
[
all
...]
/src/external/ibm-public/postfix/dist/src/dns/
dns_rr_test.c
509
VSTRING *
res_buf
= vstring_alloc(100);
local
526
vstring_free(
res_buf
);
Completed in 25 milliseconds
Indexes created Thu Aug 13 00:25:44 UTC 2026