Home
last modified time | relevance | path

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

/PHP-8.3/ext/ldap/
H A Dldap.c2182 static void php_ldap_do_modify(INTERNAL_FUNCTION_PARAMETERS, int oper, int ext) in php_ldap_do_modify() argument
2212 if (oper == PHP_LD_FULL_ADD) { in php_ldap_do_modify()
2213 oper = LDAP_MOD_ADD; in php_ldap_do_modify()
2220 ldap_mods[i]->mod_op = oper | LDAP_MOD_BVALUES; in php_ldap_do_modify()
2550 uint32_t oper; in PHP_FUNCTION() local
2758 oper = LDAP_MOD_ADD; in PHP_FUNCTION()
2762 oper = LDAP_MOD_DELETE; in PHP_FUNCTION()
2765 oper = LDAP_MOD_REPLACE; in PHP_FUNCTION()
2776 ldap_mods[i]->mod_op = oper | LDAP_MOD_BVALUES; in PHP_FUNCTION()

Completed in 14 milliseconds