OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fido_str_array_pack
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/libfido2/dist/src/
types.c
76
fido_str_array_pack
(fido_str_array_t *sa, const char * const *v, size_t n)
function
config.c
225
if (
fido_str_array_pack
(&sa, rpid, n) < 0) {
226
fido_log_debug("%s:
fido_str_array_pack
", __func__);
extern.h
206
int
fido_str_array_pack
(fido_str_array_t *, const char * const *, size_t);
winhello.c
971
if (
fido_str_array_pack
(&ci->versions, v, nitems(v)) < 0 ||
972
fido_str_array_pack
(&ci->extensions, e, nitems(e)) < 0 ||
973
fido_str_array_pack
(&ci->transports, t, nitems(t)) < 0) {
974
fido_log_debug("%s:
fido_str_array_pack
", __func__);
Completed in 19 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026