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

  /src/crypto/external/bsd/libsaslc/dist/test/
t_saslc.c 51 ATF_REQUIRE(ctx = saslc_alloc());
t_parser.c 76 ATF_REQUIRE(ctx = saslc_alloc());
93 ATF_REQUIRE(ctx = saslc_alloc());
119 ATF_REQUIRE(ctx = saslc_alloc());
135 ATF_REQUIRE(ctx = saslc_alloc());
t_error.c 54 ATF_REQUIRE(ctx = saslc_alloc());
t_session.c 51 ATF_REQUIRE(ctx = saslc_alloc());
example_client.c 115 ctx = saslc_alloc();
  /src/crypto/external/bsd/libsaslc/dist/include/
saslc.h 63 saslc_t *saslc_alloc(void);
  /src/crypto/external/bsd/libsaslc/dist/src/
saslc.c 74 saslc_alloc(void) function
96 /* ctx is already zeroed by saslc_alloc(). */
  /src/crypto/external/bsd/libsaslc/lib/
Makefile 36 libsaslc.3 saslc_alloc.3 \
  /src/external/ibm-public/postfix/dist/src/xsasl/
xsasl_saslc_client.c 309 if ((xp->saslc = saslc_alloc()) == NULL)
310 msg_fatal("%s: saslc_alloc failed: %s", __func__,

Completed in 45 milliseconds