Searched refs:deref (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_4/ext/ldap/ |
| H A D | ldap.c | 149 /* Constants to be used with deref-parameter in php_ldap_do_search() */ 549 static void php_set_opts(LDAP *ldap, int sizelimit, int timelimit, int deref, int *old_sizelimit, int *old_timelimit, int *old_deref) argument 573 /* deref */ 574 if (deref > -1) { 577 ldap_set_option(ldap, LDAP_OPT_DEREF, &deref); 580 ldap->ld_deref = deref; 591 long attrsonly, sizelimit, timelimit, deref; local 600 &sizelimit, &timelimit, &deref) == FAILURE) { 607 ldap_deref = deref; 795 /* {{{ proto resource ldap_read(resource|array link, string base_dn, string filter [, array attrs [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]]) [all...] |
Completed in 7 milliseconds