OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gid_cb
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/
t1_lib.c
1228
* second callback function (
gid_cb
) is used to process the groups inside a tuple.
1247
size_t tuple_mode; /* Keeps track whether tuple_cb called from 'the top' or from
gid_cb
*/
1259
static int
gid_cb
(const char *elem, int len, void *arg)
function
1558
retval = CONF_parse_list(restored_tuple_string, GROUP_DELIMITER_CHARACTER, 1,
gid_cb
, arg);
1568
garg->tuple_mode = 1; /* next call will start a tuple (unless overridden in
gid_cb
) */
1582
* string of a tuple using tuple_cb, while the next lower step uses
gid_cb
to
1686
* tuple_cb and
gid_cb
combo ensures there are no duplicates or unknown groups so we
/src/crypto/external/bsd/openssl/dist/ssl/
t1_lib.c
726
static int
gid_cb
(const char *elem, int len, void *arg)
function
776
if (!CONF_parse_list(str, ':', 1,
gid_cb
, &gcb))
784
*
gid_cb
ensurse there are no duplicates so we can just go ahead and set
Completed in 37 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026