Searched refs:num_elems (Results 1 - 4 of 4) sorted by relevance
| /PHP_TRUNK/ext/standard/ |
| H A D | html_tables.h | 2617 unsigned num_elems; /* power of 2 */ member in struct:__anon241 2618 const entity_ht_bucket *buckets; /* .num_elems elements */
|
| H A D | html.c | 849 s = ht->buckets[hash % ht->num_elems];
|
| H A D | basic_functions.c | 4859 int num_elems, element = 0; local 4875 num_elems = zend_hash_num_elements(params_ar); 4876 method_args = (zval ***) safe_emalloc(sizeof(zval **), num_elems, 0); 4885 if (call_user_function_ex(EG(function_table), &object, callback, &retval_ptr, num_elems, method_args, 0, NULL TSRMLS_CC) == SUCCESS) {
|
| /PHP_TRUNK/ext/sockets/ |
| H A D | conversions.c | 907 int num_elems; local 919 num_elems = zend_hash_num_elements(Z_ARRVAL_P(arr)); 920 if (num_elems == 0) { 925 control_buf = accounted_safe_ecalloc(num_elems, CMSG_SPACE(20), 0, ctx); 927 control_len = (size_t)num_elems * CMSG_SPACE(20); 1335 int num_elems; local 1342 num_elems = zend_hash_num_elements(Z_ARRVAL_P(arr)); 1343 if (num_elems == 0) { 1394 int num_elems, local 1414 num_elems [all...] |
Completed in 41 milliseconds