Searched refs:attr_len (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/ldap/ |
| H A D | ldap.c | 926 size_t attr_len; local 973 attr_len = strlen(attribute); 974 zend_hash_update(Z_ARRVAL_P(tmp1), php_strtolower(attribute, attr_len), attr_len+1, (void *) &tmp2, sizeof(zval *), NULL); local 1140 int i, num_values, attr_len; local 1142 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rrs", &link, &result_entry, &attr, &attr_len) != SUCCESS) { 1492 int dn_len, attr_len, value_len; local 1496 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rsss", &link, &dn, &dn_len, &attr, &attr_len, &value, &value_len) != SUCCESS) {
|
Completed in 6 milliseconds