Lines Matching refs:bufp
83 ldap_translate_from_t61( LDAP *ld, char **bufp, unsigned long *lenp,
92 return( (*ld->ld_lber_decode_translate_proc)( bufp, &length, free_input ));
97 ldap_translate_to_t61( LDAP *ld, char **bufp, unsigned long *lenp,
106 return( (*ld->ld_lber_encode_translate_proc)( bufp, &length, free_input ));
113 * On entry: bufp points to a "string" to be converted (not necessarily
116 * On exit: bufp should point to a malloc'd result. If free_input is
117 * non-zero then the original bufp will be freed. *buflenp should be
1060 ldap_t61_to_8859( char **bufp, unsigned long *buflenp, int free_input )
1072 s = (Byte *) *bufp;
1078 while ( (char *)s - *(char **)bufp < len ) {
1182 NSLDAPI_FREE( *bufp );
1184 *bufp = (char *) oo;
1598 ldap_8859_to_t61( char **bufp, unsigned long *buflenp, int free_input )
1609 s = (Byte *) *bufp;
1615 while ( (char *)s - *(char **)bufp < len ) {
1696 NSLDAPI_FREE( *bufp );
1698 *bufp = (char *) oo;