Home
last modified time | relevance | path

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

/PHP-5.5/ext/ldap/
H A Dldap.c1475 static int _ldap_str_equal_to_const(const char *str, uint str_len, const char *cstr) in _ldap_str_equal_to_const() function
1621 !_ldap_str_equal_to_const(modkey, modkeylen, LDAP_MODIFY_BATCH_ATTRIB) && in PHP_FUNCTION()
1622 !_ldap_str_equal_to_const(modkey, modkeylen, LDAP_MODIFY_BATCH_MODTYPE) && in PHP_FUNCTION()
1623 !_ldap_str_equal_to_const(modkey, modkeylen, LDAP_MODIFY_BATCH_VALUES) in PHP_FUNCTION()
1633 if (_ldap_str_equal_to_const(modkey, modkeylen, LDAP_MODIFY_BATCH_ATTRIB)) { in PHP_FUNCTION()
1644 else if (_ldap_str_equal_to_const(modkey, modkeylen, LDAP_MODIFY_BATCH_MODTYPE)) { in PHP_FUNCTION()
1676 else if (_ldap_str_equal_to_const(modkey, modkeylen, LDAP_MODIFY_BATCH_VALUES)) { in PHP_FUNCTION()

Completed in 10 milliseconds