Home
last modified time | relevance | path

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

/PHP-5.5/ext/interbase/
H A Dibase_query.c44 unsigned short el_type, el_size; member
240 a->el_size = ar_desc->array_desc_length; in _php_ibase_alloc_array()
244 a->el_size = sizeof(short); in _php_ibase_alloc_array()
248 a->el_size = sizeof(ISC_LONG); in _php_ibase_alloc_array()
252 a->el_size = sizeof(float); in _php_ibase_alloc_array()
256 a->el_size = sizeof(double); in _php_ibase_alloc_array()
260 a->el_size = sizeof(ISC_INT64); in _php_ibase_alloc_array()
264 a->el_size = sizeof(ISC_TIMESTAMP); in _php_ibase_alloc_array()
268 a->el_size = sizeof(ISC_DATE); in _php_ibase_alloc_array()
272 a->el_size = sizeof(ISC_TIME); in _php_ibase_alloc_array()
[all …]
/PHP-5.5/ext/opcache/
H A Dzend_persist_calc.c51 …ist_calc(HashTable *ht, int (*pPersistElement)(void *pElement TSRMLS_DC), size_t el_size TSRMLS_DC) in zend_hash_persist_calc()
74 ADD_DUP_SIZE(p->pData, el_size); in zend_hash_persist_calc()
H A Dzend_persist.c59 …persist(HashTable *ht, void (*pPersistElement)(void *pElement TSRMLS_DC), size_t el_size TSRMLS_DC) in zend_hash_persist()
79 zend_accel_store(p->pData, el_size); in zend_hash_persist()

Completed in 16 milliseconds