Home
last modified time | relevance | path

Searched defs:alloc_size (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/mysqlnd/
H A Dmysqlnd_driver.c191 const size_t alloc_size = sizeof(MYSQLND_STMT) + mysqlnd_plugin_count() * sizeof(void *); in MYSQLND_METHOD() local
271 …const size_t alloc_size = sizeof(MYSQLND_PROTOCOL_PAYLOAD_DECODER_FACTORY) + mysqlnd_plugin_count(… in MYSQLND_METHOD() local
H A Dmysqlnd_result.c1106 const size_t alloc_size = sizeof(MYSQLND_RES) + mysqlnd_plugin_count() * sizeof(void *); in mysqlnd_result_init() local
1138 const size_t alloc_size = sizeof(MYSQLND_RES_UNBUFFERED) + mysqlnd_plugin_count() * sizeof(void *); in mysqlnd_result_unbuffered_init() local
1173 const size_t alloc_size = sizeof(MYSQLND_RES_BUFFERED) + mysqlnd_plugin_count() * sizeof(void *); in mysqlnd_result_buffered_init() local
H A Dmysqlnd_result_meta.c286 size_t alloc_size = sizeof(MYSQLND_RES_METADATA) + mysqlnd_plugin_count() * sizeof(void *); in mysqlnd_result_meta_init() local
/php-src/ext/sockets/
H A Dconversions.c119 static inline void *accounted_emalloc(size_t alloc_size, ser_context *ctx) in accounted_emalloc()
125 static inline void *accounted_ecalloc(size_t nmemb, size_t alloc_size, ser_context *ctx) in accounted_ecalloc()
131 static inline void *accounted_safe_ecalloc(size_t nmemb, size_t alloc_size, size_t offset, ser_cont… in accounted_safe_ecalloc()
/php-src/Zend/
H A Dzend_fibers.c215 const size_t alloc_size = stack_size + ZEND_FIBER_GUARD_PAGES * page_size; in zend_fiber_stack_allocate() local
/php-src/sapi/litespeed/
H A Dlsapi_main.c219 size_t alloc_size = sizeof(buf); in litespeed_php_import_environment_variables() local
/php-src/ext/spl/
H A Dspl_heap.c274 size_t alloc_size = heap->max_size * heap->elem_size; in spl_ptr_heap_insert() local
/php-src/sapi/cgi/
H A Dcgi_main.c1588 size_t alloc_size = sizeof(buf); local
/php-src/ext/date/lib/
H A Dparse_date.c359 size_t alloc_size = *count ? (*count * 2) : 1; in alloc_error_message() local

Completed in 101 milliseconds