Searched refs:str_parse_line (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dldif.h78 int str_parse_line( char *line, char **type, char **value, int *vlen);
/illumos-gate/usr/src/lib/libldap5/sources/ldap/util/
H A Dline64.c86 * str_parse_line - takes a line of the form "type:[:] value" and splits it
93 str_parse_line( function
118 LDAPDebug( LDAP_DEBUG_PARSE, "str_parse_line: missing ':' "
174 "str_parse_line: invalid base 64 char on line \"%s\"\n",
260 * str_parse_line() routine above.
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dllib-lldap445 int str_parse_line(char *line, char **type, char **value, int *vlen);
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapmodify.c486 if ( str_parse_line( line, &type, &value, &vlen ) < 0 ) {

Completed in 48 milliseconds