Home
last modified time | relevance | path

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

/php-src/ext/ldap/
H A Dldap.c2158 static void php_ldap_do_modify(INTERNAL_FUNCTION_PARAMETERS, int oper, int ext) in php_ldap_do_modify() function
2342 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_LD_FULL_ADD, 0); in PHP_FUNCTION()
2349 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_LD_FULL_ADD, 1); in PHP_FUNCTION()
2358 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, LDAP_MOD_REPLACE, 0); in PHP_FUNCTION()
2365 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, LDAP_MOD_REPLACE, 1); in PHP_FUNCTION()
2372 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, LDAP_MOD_ADD, 0); in PHP_FUNCTION()
2379 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, LDAP_MOD_ADD, 1); in PHP_FUNCTION()
2386 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, LDAP_MOD_DELETE, 0); in PHP_FUNCTION()
2393 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, LDAP_MOD_DELETE, 1); in PHP_FUNCTION()

Completed in 20 milliseconds