Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetfilter.c258 ldap_getfirstfilter( LDAPFiltDesc *lfdp, char *tagpat, char *value ) in ldap_getfirstfilter() argument
262 if ( lfdp == NULL || tagpat == NULL || value == NULL ) { in ldap_getfirstfilter()
275 if ( re_comp( tagpat ) == NULL && re_exec( flp->lfl_tag ) == 1 in ldap_getfirstfilter()
H A Dllib-lldap255 LDAPFiltInfo *ldap_getfirstfilter( LDAPFiltDesc *lfdp, char *tagpat,
/titanic_41/usr/src/head/
H A Dldap.h1306 char *tagpat, char *value);