Lines Matching refs:buflenp
142 * zero-terminated) and buflenp points to the length of the buffer.
145 * non-zero then the original bufp will be freed. *buflenp should be
1088 ldap_t61_to_8859( char **bufp, unsigned int *buflenp, int free_input )
1097 *buflenp, 0, 0 );
1099 len = *buflenp;
1213 *buflenp = len;
1626 ldap_8859_to_t61( char **bufp, unsigned int *buflenp, int free_input )
1634 *buflenp, 0, 0 );
1636 len = *buflenp;
1727 *buflenp = len;