Lines Matching refs:modtype
2468 zval *attrib, *modtype, *vals; in PHP_FUNCTION() local
2512 zend_long modtype; in PHP_FUNCTION() local
2595 modtype = Z_LVAL_P(modinfo); in PHP_FUNCTION()
2597 modtype != LDAP_MODIFY_BATCH_ADD && in PHP_FUNCTION()
2598 modtype != LDAP_MODIFY_BATCH_REMOVE && in PHP_FUNCTION()
2599 modtype != LDAP_MODIFY_BATCH_REPLACE && in PHP_FUNCTION()
2600 modtype != LDAP_MODIFY_BATCH_REMOVE_ALL in PHP_FUNCTION()
2607 if (modtype == LDAP_MODIFY_BATCH_REMOVE_ALL) { in PHP_FUNCTION()
2678 _ldap_hash_fetch(mod, LDAP_MODIFY_BATCH_MODTYPE, &modtype); in PHP_FUNCTION()
2682 switch (Z_LVAL_P(modtype)) { in PHP_FUNCTION()
2705 if (Z_LVAL_P(modtype) == LDAP_MODIFY_BATCH_REMOVE_ALL) { in PHP_FUNCTION()