Home
last modified time | relevance | path

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

/PHP-8.0/ext/pdo_firebird/
H A Dfirebird_driver.c627 unsigned i = 3, result_size = isc_vax_integer(&result[1],2); in firebird_handle_doer() local
629 if (result_size > sizeof(result)) { in firebird_handle_doer()
633 while (result[i] != isc_info_end && i < result_size) { in firebird_handle_doer()
H A Dfirebird_statement.c136 unsigned i = 3, result_size = isc_vax_integer(&result[1], 2); in firebird_stmt_execute() local
137 if (result_size > sizeof(result)) { in firebird_stmt_execute()
140 while (result[i] != isc_info_end && i < result_size) { in firebird_stmt_execute()
/PHP-8.0/Zend/
H A Dzend_vm_def.h9109 uint32_t arg_count, result_size, skip; variable
9115 result_size = 0;
9117 result_size = arg_count - skip;
9121 result_size = arg_count;
9124 if (result_size) {
9127 ht = zend_new_array(result_size);
9173 ht->nNumOfElements = result_size;
H A Dzend_vm_execute.h10486 result_size = 0; in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
10488 result_size = arg_count - skip; in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
10492 result_size = arg_count; in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
10495 if (result_size) { in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
10498 ht = zend_new_array(result_size); in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
10544 ht->nNumOfElements = result_size; in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
35662 result_size = 0; in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER()
35664 result_size = arg_count - skip; in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER()
35668 result_size = arg_count; in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER()
35671 if (result_size) { in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER()
[all …]

Completed in 171 milliseconds