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

  /src/external/bsd/openldap/lib/liblunicode/
Makefile 12 .PATH: ${LIBLUNICODE} ${LIBLUNICODE}/ucdata ${LIBLUNICODE}/ure
13 CPPFLAGS+= -I${LIBLUNICODE} -I${LIBLUNICODE}/ucdata -I.
15 SRCS+= ucdata.c ure.c urestubs.c ucstr.c
  /src/external/bsd/openldap/dist/tests/data/regressions/its10248/
slapd-local.conf 16 ucdata-path ./ucdata
  /src/external/bsd/openldap/dist/tests/data/
slapd-translucent-local.conf 16 ucdata-path ./ucdata
  /src/external/bsd/openldap/lib/liblunicode/ucgendat/
Makefile 6 .PATH: ${LDAP_DISTDIR}/libraries/liblunicode/ucdata
  /src/external/bsd/openldap/dist/build/
mkrelease 72 if test -e $RELNAME/libraries/liblunicode/ucdata/uctable.h ; then
74 touch $RELNAME/libraries/liblunicode/ucdata/uctable.h
  /src/crypto/external/apache2/openssl/dist/ssl/
t1_trce.c 1412 unsigned char *ucdata = NULL; local
1442 if (uclen == 0 || uclen > 0xFFFFFF || (ucdata = OPENSSL_malloc(uclen)) == NULL)
1460 || COMP_expand_block(comp, ucdata, uclen, (unsigned char *)msg, clen) != (int)uclen)
1463 ret = ssl_print_certificates(bio, sc, server, indent, ucdata, uclen);
1466 OPENSSL_free(ucdata);

Completed in 20 milliseconds