Home
last modified time | relevance | path

Searched refs:intToAscii (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dinit.c288 int intToAscii( int value, char* buf ) { in intToAscii() function
352 bv->bv_len = intToAscii(((ComponentInt*)csi)->value, bv->bv_val ); in comp_convert_asn_to_ldap()
362 bv->bv_len = intToAscii(((ComponentEnum*)csi)->value, bv->bv_val ); in comp_convert_asn_to_ldap()
H A Dcomponentlib.h571 int intToAscii ( int value, char* buf );
H A Dcomponentlib.c2240 rc = intToAscii ( arcNum, buf ); in ConvertBER2Desc()
2265 rc = intToAscii ( arcNum, buf ); in ConvertBER2Desc()