Searched refs:apr_cstr_tokenize (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/apr/include/
H A Dapr_cstr.h125 APR_DECLARE(char *) apr_cstr_tokenize(const char *sep, char **str);
/freebsd-13-stable/contrib/apr/strings/
H A Dapr_cstr.c40 p = apr_cstr_tokenize(sep_chars, &pats);
60 p = apr_cstr_tokenize(sep_chars, &pats);
110 APR_DECLARE(char *) apr_cstr_tokenize(const char *sep, char **str) function

Completed in 176 milliseconds