HomeSort by: relevance | last modified time | path
    Searched refs:saslc__list_parse (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/libsaslc/dist/src/
list.h 48 int saslc__list_parse(list_t **, const char *);
list.c 170 saslc__list_parse(list_t **lp, const char *p) function
mech_digestmd5.c 666 if (saslc__list_parse(&list, hqlist) == -1)
1472 if (saslc__list_parse(&list, user_qop) == -1) {
1519 if (saslc__list_parse(&list, user_cipher) == -1) {
1612 if (saslc__list_parse(&list, challenge) == -1) {
1681 if (saslc__list_parse(&tmp_list, val) == -1)
1793 if (saslc__list_parse(&tmp_list, val) == -1)
xsess.c 122 rv = saslc__list_parse(&list, opts);
195 rv = saslc__list_parse(&list, tmpstr);
mech_gssapi.c 639 if (saslc__list_parse(&list, user_qop) == -1) {

Completed in 18 milliseconds