Lines Matching defs:controls
29 function ldap_bind_ext($ldap, ?string $dn = null, ?string $password = null, ?array $controls = null…
40 …nt $sizelimit = -1, int $timelimit = -1, int $deref = LDAP_DEREF_NEVER, ?array $controls = null) {}
46 …nt $sizelimit = -1, int $timelimit = -1, int $deref = LDAP_DEREF_NEVER, ?array $controls = null) {}
52 …nt $sizelimit = -1, int $timelimit = -1, int $deref = LDAP_DEREF_NEVER, ?array $controls = null) {}
126 function ldap_add($ldap, string $dn, array $entry, ?array $controls = null): bool {}
132 function ldap_add_ext($ldap, string $dn, array $entry, ?array $controls = null) {}
135 function ldap_delete($ldap, string $dn, ?array $controls = null): bool {}
141 function ldap_delete_ext($ldap, string $dn, ?array $controls = null) {}
144 function ldap_modify_batch($ldap, string $dn, array $modifications_info, ?array $controls = null): …
147 function ldap_mod_add($ldap, string $dn, array $entry, ?array $controls = null): bool {}
153 function ldap_mod_add_ext($ldap, string $dn, array $entry, ?array $controls = null) {}
156 function ldap_mod_replace($ldap, string $dn, array $entry, ?array $controls = null): bool {}
162 function ldap_modify($ldap, string $dn, array $entry, ?array $controls = null): bool {}
168 function ldap_mod_replace_ext($ldap, string $dn, array $entry, ?array $controls = null) {}
171 function ldap_mod_del($ldap, string $dn, array $entry, ?array $controls = null): bool {}
177 function ldap_mod_del_ext($ldap, string $dn, array $entry, ?array $controls = null) {}
188 function ldap_compare($ldap, string $dn, string $attribute, string $value, ?array $controls = null)…
192 …ing $dn, string $new_rdn, string $new_parent, bool $delete_old_rdn, ?array $controls = null): bool…
198 … string $dn, string $new_rdn, string $new_parent, bool $delete_old_rdn, ?array $controls = null) {}
252 …_code, &$matched_dn = null, &$error_message = null, &$referrals = null, &$controls = null): bool {}
282 function ldap_exop($ldap, string $request_oid, ?string $request_data = null, ?array $controls = NUL…
290 …ring $user = "", string $old_password = "", string $new_password = "", &$controls = null): string|…