Searched defs:tmp_len (Results 1 – 12 of 12) sorted by relevance
/PHP-8.4/win32/ |
H A D | codepage.c | 41 int ret_len, tmp_len; in php_win32_cp_to_w_int() local 247 int target_len, tmp_len; in php_win32_cp_from_w_int() local 444 size_t tmp_len = wcslen(tmp) + 1; in php_win32_cp_env_any_to_w() local
|
H A D | ioutil.c | 488 DWORD tmp_len = (DWORD)len; in php_win32_ioutil_getcwd_w() local
|
/PHP-8.4/ext/pdo_pgsql/ |
H A D | pgsql_statement.c | 564 size_t tmp_len; in pgsql_stmt_get_col() local
|
H A D | pgsql_driver.c | 369 size_t tmp_len; in pgsql_handle_quoter() local
|
/PHP-8.4/ext/standard/ |
H A D | ftp_fopen_wrapper.c | 609 size_t tmp_len; in php_ftp_dirstream_read() local
|
H A D | string.c | 2337 zval *tmp_str = NULL, *tmp_repl, *tmp_from = NULL, *tmp_len= NULL; local
|
/PHP-8.4/ext/pdo_firebird/ |
H A D | firebird_driver.c | 541 ssize_t tmp_len; in php_firebird_set_error() local
|
/PHP-8.4/ext/mysqlnd/ |
H A D | mysqlnd_wireprotocol.c | 992 size_t tmp_len = packet->argument.l + 1 + MYSQLND_HEADER_SIZE; in php_mysqlnd_cmd_write() local 1594 const size_t tmp_len = snprintf(tmp, sizeof(tmp), ZEND_ULONG_FMT, Z_LVAL_P(current_field)); in php_mysqlnd_rowp_read_text_protocol() local
|
/PHP-8.4/ext/phar/ |
H A D | phar_internal.h | 386 size_t tmp_len; in phar_set_inode() local
|
H A D | phar.c | 738 uint32_t manifest_len, manifest_count, manifest_flags, manifest_index, tmp_len, sig_flags; in phar_parse_pharfile() local
|
H A D | phar_object.c | 3471 size_t tmp_len = ZSTR_LEN(new_file); in PHP_METHOD() local
|
/PHP-8.4/ext/reflection/ |
H A D | php_reflection.c | 3320 size_t tmp_len; in instantiate_reflection_method() local
|
Completed in 106 milliseconds