Home
last modified time | relevance | path

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

/PHP-8.1/ext/ldap/
H A Dldap.c2304 static void php_ldap_do_modify(INTERNAL_FUNCTION_PARAMETERS, int oper, int ext) in php_ldap_do_modify() argument
2334 if (oper == PHP_LD_FULL_ADD) { in php_ldap_do_modify()
2335 oper = LDAP_MOD_ADD; in php_ldap_do_modify()
2342 ldap_mods[i]->mod_op = oper | LDAP_MOD_BVALUES; in php_ldap_do_modify()
2674 uint32_t oper; in PHP_FUNCTION() local
2868 oper = LDAP_MOD_ADD; in PHP_FUNCTION()
2872 oper = LDAP_MOD_DELETE; in PHP_FUNCTION()
2875 oper = LDAP_MOD_REPLACE; in PHP_FUNCTION()
2886 ldap_mods[i]->mod_op = oper | LDAP_MOD_BVALUES; in PHP_FUNCTION()

Completed in 21 milliseconds