Home
last modified time | relevance | path

Searched defs:len (Results 76 – 100 of 277) sorted by last modified time

12345678910>>...12

/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c474 size_t len; in PHP_FUNCTION() local
H A Durl.c59 PHPAPI char *php_replace_controlchars_ex(char *str, size_t len) in php_replace_controlchars_ex()
468 PHPAPI zend_string *php_url_encode(char const *s, size_t len) in php_url_encode()
547 PHPAPI size_t php_url_decode(char *str, size_t len) in php_url_decode()
578 PHPAPI zend_string *php_raw_url_encode(char const *s, size_t len)
646 PHPAPI size_t php_raw_url_decode(char *str, size_t len)
H A Diptc.c320 size_t inx = 0, len; in PHP_FUNCTION() local
/PHP-7.4/ext/soap/
H A Dphp_xml.c71 static void soap_ignorableWhitespace(void *ctx, const xmlChar *ch, int len) in soap_ignorableWhitespace()
H A Dsoap.c4509 int len = strlen(function_name); local
4741 int len; local
/PHP-7.4/ext/phar/
H A Dzip.c42 static int phar_zip_process_extra(php_stream *fp, phar_entry_info *entry, uint16_t len) /* {{{ */ in phar_zip_process_extra()
1221 int phar_zip_flush(phar_archive_data *phar, char *user_stub, zend_long len, int defaultstub, char *… in phar_zip_flush()
H A Dutil.c1370 size_t len = 0; in phar_hex_str() local
1474 size_t read_size, len; in phar_verify_signature() local
H A Dtar.c22 static uint32_t phar_tar_number(char *buf, size_t len) /* {{{ */ in phar_tar_number()
65 static int phar_tar_octal(char *buf, uint32_t val, int len) /* {{{ */ in phar_tar_octal()
87 static uint32_t phar_tar_checksum(char *buf, size_t len) /* {{{ */ in phar_tar_checksum()
968 int phar_tar_flush(phar_archive_data *phar, char *user_stub, zend_long len, int defaultstub, char *… in phar_tar_flush()
/PHP-7.4/main/
H A Drfc1867.c517 static char *substring_conf(char *start, int len, char quote) in substring_conf()
587 int len = haystacklen; in php_ap_memstr() local
611 size_t len, max; in multipart_buffer_read() local
655 static char *multipart_buffer_read_body(multipart_buffer *self, size_t *len) in multipart_buffer_read_body()
H A Dphp_open_temporary_file.c217 size_t len = strlen(sys_temp_dir); in php_get_temporary_directory() local
237 size_t len = GetTempPathW(MAXPATHLEN, sTemp); in php_get_temporary_directory() local
257 size_t len = strlen(s); in php_get_temporary_directory() local
/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.c76 unsigned int line, len; member
112 int len = 0; in timelib_get_nr() local
932 void timelib_strtointerval(char *s, size_t len, in timelib_strtointerval()
/PHP-7.4/Zend/
H A Dzend_language_scanner.l112 #define SET_DOUBLE_QUOTES_SCANNED_LENGTH(len) SCNG(scanned_string_len) = (len) argument
180 static void yy_scan_buffer(char *str, size_t len) in yy_scan_buffer()
890 static int zend_scan_escape_string(zval *zendlval, char *str, int len, char quote_type) in zend_scan_escape_string()
989 size_t len = 0; in zend_scan_escape_string() local
1188 size_t len = nl ? (nl - str + newline_len) : (end - str); in strip_multiline_string_indentation() local
H A Dzend_execute_API.c1619 ZEND_API int zend_set_local_var_str(const char *name, size_t len, zval *value, int force) /* {{{ */ in zend_set_local_var_str()
H A Dzend.c218 size_t len; in zend_spprintf() local
230 size_t len; in zend_spprintf_unchecked() local
373 size_t len = ZSTR_LEN(str); in zend_print_zval() local
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_statement.c727 static int pdo_mysql_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, size_t *len, int *caller… in pdo_mysql_stmt_get_col()
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp415 int32_t len = u_sprintf(temp, "%u", (uint32_t)num_index); in umsg_format_helper() local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfile.h405 size_t len; member
/PHP-7.4/ext/tidy/
H A Dtidy.c526 static void* TIDY_CALL php_tidy_realloc(void *buf, size_t len) in php_tidy_realloc()
1050 static int php_tidy_parse_string(PHPTidyObj *obj, char *string, uint32_t len, char *enc) in php_tidy_parse_string()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_optimizer.c201 int zend_optimizer_is_disabled_func(const char *name, size_t len) { in zend_optimizer_is_disabled_func()
H A Dblock_pass.c917 uint32_t len = 0; in assemble_code_blocks() local
/PHP-7.4/ext/ffi/
H A Dffi.c1387 static int zend_ffi_ctype_name_prepend(zend_ffi_ctype_name_buf *buf, const char *str, size_t len) /… in zend_ffi_ctype_name_prepend()
1398 static int zend_ffi_ctype_name_append(zend_ffi_ctype_name_buf *buf, const char *str, size_t len) /*… in zend_ffi_ctype_name_append()
5965 void zend_ffi_make_array_type(zend_ffi_dcl *dcl, zend_ffi_val *len) /* {{{ */
6414 size_t len; member
6497 size_t len; member
6543 size_t len = val->len; local
/PHP-7.4/ext/com_dotnet/
H A Dcom_typeinfo.c192 size_t len; in php_com_import_typelib() local
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c310 int len = zend_spprintf_unchecked(&p, 0, "%.*H", (int) EG(precision), Z_DVAL_P(parameter)); in really_register_bound_param() local
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c495 sljit_u8 len; in sljit_generate_code() local
H A DsljitProtExecAllocator.c120 size_t len; in create_tempfile() local

Completed in 149 milliseconds

12345678910>>...12