Home
last modified time | relevance | path

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

/PHP-5.5/ext/ldap/
H A Dldap.c964 size_t attr_len; in PHP_FUNCTION() local
1011 attr_len = strlen(attribute); in PHP_FUNCTION()
1012 …zend_hash_update(Z_ARRVAL_P(tmp1), php_strtolower(attribute, attr_len), attr_len+1, (void *) &tmp2… in PHP_FUNCTION()
1178 int i, num_values, attr_len; in PHP_FUNCTION() local
1180 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rrs", &link, &result_entry, &attr, &attr_len in PHP_FUNCTION()
1879 int dn_len, attr_len, value_len; in PHP_FUNCTION() local
1883 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rsss", &link, &dn, &dn_len, &attr, &attr_len in PHP_FUNCTION()

Completed in 11 milliseconds