OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:in_buff
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libresolv/
dst_api.c
836
u_char
in_buff
[RAW_KEY_SIZE], *p;
local
860
if ((cnt = fread(
in_buff
, 1, sizeof(
in_buff
), fp)) < 5) {
869
if (memcmp(
in_buff
, "Private-key-format: v", 20) != 0)
871
p =
in_buff
;
908
(int)(&
in_buff
[len] - p));
924
memset(
in_buff
, 0, len);
928
memset(
in_buff
, 0, len);
dst_api.c
836
u_char
in_buff
[RAW_KEY_SIZE], *p;
local
860
if ((cnt = fread(
in_buff
, 1, sizeof(
in_buff
), fp)) < 5) {
869
if (memcmp(
in_buff
, "Private-key-format: v", 20) != 0)
871
p =
in_buff
;
908
(int)(&
in_buff
[len] - p));
924
memset(
in_buff
, 0, len);
928
memset(
in_buff
, 0, len);
Completed in 27 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026