Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetfilter.c255 ldap_getfirstfilter( LDAPFiltDesc *lfdp, char *tagpat, char *value ) in ldap_getfirstfilter() argument
259 if ( lfdp == NULL || tagpat == NULL || value == NULL ) { in ldap_getfirstfilter()
272 if ( re_comp( tagpat ) == NULL && re_exec( flp->lfl_tag ) == 1 in ldap_getfirstfilter()
/illumos-gate/usr/src/head/
H A Dldap.h1276 char *tagpat, char *value);