Home
last modified time | relevance | path

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

/PHP-5.3/ext/ldap/
H A Dldap.c1258 static void php_ldap_do_modify(INTERNAL_FUNCTION_PARAMETERS, int oper) in php_ldap_do_modify() function
1381 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_LD_FULL_ADD); in PHP_FUNCTION()
1391 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, LDAP_MOD_REPLACE); in PHP_FUNCTION()
1399 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, LDAP_MOD_ADD); in PHP_FUNCTION()
1407 php_ldap_do_modify(INTERNAL_FUNCTION_PARAM_PASSTHRU, LDAP_MOD_DELETE); in PHP_FUNCTION()

Completed in 10 milliseconds