Home
last modified time | relevance | path

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

/PHP-8.3/ext/oci8/
H A Doci8_statement.c1032 if ((i < (int) bind->array.old_length) && (entry = zend_hash_get_current_data(hash)) != NULL) { in php_oci_bind_post_exec()
1043 if ((i < (int) bind->array.old_length) && (entry = zend_hash_get_current_data(hash)) != NULL) { in php_oci_bind_post_exec()
1059 if ((i < (int) bind->array.old_length) && (entry = zend_hash_get_current_data(hash)) != NULL) { in php_oci_bind_post_exec()
1095 if ((i < (int) bind->array.old_length) && (entry = zend_hash_get_current_data(hash)) != NULL) { in php_oci_bind_post_exec()
1762 bind->array.old_length = bind->array.current_length; in php_oci_bind_array_helper_string()
1835 bind->array.old_length = bind->array.current_length; in php_oci_bind_array_helper_number()
1876 bind->array.old_length = bind->array.current_length; in php_oci_bind_array_helper_double()
1918 bind->array.old_length = bind->array.current_length; in php_oci_bind_array_helper_date()
H A Dphp_oci8_int.h262 ub4 old_length; member
/PHP-8.3/ext/date/lib/
H A Dparse_tz.c396 size_t old_length = tz->bit64.charcnt; in add_abbr() local
397 size_t new_length = old_length + strlen(abbr) + 1; in add_abbr()
399 memcpy(tz->timezone_abbr + old_length, abbr, strlen(abbr)); in add_abbr()
403 return old_length; in add_abbr()
/PHP-8.3/sapi/cli/
H A Dphp_cli_server.c1713 size_t old_length = ZSTR_LEN(old_str); in cli_concat_persistent_zstr_with_char() local
1714 zend_string *str = zend_string_extend(old_str, old_length + length, /* persistent */ true); in cli_concat_persistent_zstr_with_char()
1715 memcpy(ZSTR_VAL(str) + old_length, at, length); in cli_concat_persistent_zstr_with_char()

Completed in 22 milliseconds