Home
last modified time | relevance | path

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

/PHP-7.2/ext/interbase/
H A Dibase_query.c66 unsigned short in_array_cnt, out_array_cnt; member
409 link->handle, trans->handle, &ib_query->out_array_cnt)) { in _php_ibase_alloc_query()
950 res = emalloc(sizeof(ibase_result)+sizeof(ibase_array)*max(0,ib_query->out_array_cnt-1)); in _php_ibase_exec()
965 memcpy(&res->out_array, ib_query->out_array, sizeof(ibase_array)*ib_query->out_array_cnt); in _php_ibase_exec()

Completed in 12 milliseconds