Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_driver.c207 unsigned i = 3, result_size = isc_vax_integer(&result[1],2); in firebird_handle_doer() local
209 if (result_size > sizeof(result)) { in firebird_handle_doer()
213 while (result[i] != isc_info_end && i < result_size) { in firebird_handle_doer()
H A Dfirebird_statement.c138 unsigned i = 3, result_size = isc_vax_integer(&result[1], 2); in firebird_stmt_execute() local
139 if (result_size > sizeof(result)) { in firebird_stmt_execute()
142 while (result[i] != isc_info_end && i < result_size) { in firebird_stmt_execute()
/PHP-7.4/Zend/
H A Dzend_vm_def.h8797 uint32_t arg_count, result_size, skip; variable
8803 result_size = 0;
8805 result_size = arg_count - skip;
8809 result_size = arg_count;
8812 if (result_size) {
8815 ht = zend_new_array(result_size);
8861 ht->nNumOfElements = result_size;
H A Dzend_vm_execute.h9823 result_size = 0; in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
9825 result_size = arg_count - skip; in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
9829 result_size = arg_count; in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
9832 if (result_size) { in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
9835 ht = zend_new_array(result_size); in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
9881 ht->nNumOfElements = result_size; in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER()
34673 result_size = 0; in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER()
34675 result_size = arg_count - skip; in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER()
34679 result_size = arg_count; in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER()
34682 if (result_size) { in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER()
[all …]

Completed in 154 milliseconds