Home
last modified time | relevance | path

Searched defs:len (Results 51 – 75 of 328) sorted by relevance

12345678910>>...14

/php-src/sapi/fuzzer/
H A Dgenerate_unserialize_dict.php5 $len = strlen($class); variable
/php-src/Zend/
H A Dzend_string.c60 ZEND_API zend_ulong ZEND_FASTCALL zend_hash_func(const char *str, size_t len) in zend_hash_func()
406 size_t len = ZSTR_LEN(s1); in zend_string_equal_val() local
444 size_t len = ZSTR_LEN(s1); in zend_string_equal_val() local
482 size_t len = str1_len + str2_len; in zend_string_concat2() local
497 size_t len = str1_len + str2_len + str3_len; in zend_string_concat3() local
H A Dzend_mmap.h37 static zend_always_inline void zend_mmap_set_name(const void *start, size_t len, const char *name) in zend_mmap_set_name()
H A Dzend_smart_str.h56 static zend_always_inline char* smart_str_extend_ex(smart_str *dest, size_t len, bool persistent) { in smart_str_extend_ex()
128 static zend_always_inline void smart_str_appendl_ex(smart_str *dest, const char *str, size_t len, b… in smart_str_appendl_ex()
191 static zend_always_inline void smart_str_setl(smart_str *dest, const char *src, size_t len) { in smart_str_setl()
H A Dzend_constants.h54 #define REGISTER_STRINGL_CONSTANT(name, str, len, flags) zend_register_stringl_constant((name), si… argument
61 #define REGISTER_NS_STRINGL_CONSTANT(ns, name, str, len, flags) zend_register_stringl_constant(ZEN… argument
68 #define REGISTER_MAIN_STRINGL_CONSTANT(name, str, len, flags) zend_register_stringl_constant((name… argument
H A Dzend_smart_string_public.h25 size_t len; member
/php-src/ext/dba/libcdb/
H A Dcdb_make.c44 static int cdb_posplus(struct cdb_make *c, uint32 len) in cdb_posplus()
140 uint32 len; in cdb_make_finish() local
/php-src/sapi/fpm/fpm/
H A Dfpm_sockets.c427 size_t len = sizeof(routemax); in fpm_socket_setfib_init() local
552 socklen_t len = sizeof(info); in fpm_socket_get_listening_queue() local
595 socklen_t len = sizeof(info); in fpm_socket_get_listening_queue() local
618 socklen_t len = sizeof(val); in fpm_socket_get_listening_queue() local
/php-src/ext/standard/
H A Dmail.c62 size_t len = 0; in php_mail_build_headers_check_field_value() local
107 size_t len = 0; in php_mail_build_headers_check_field_name() local
451 size_t len; in php_mail() local
/php-src/ext/hash/murmur/
H A DPMurHash.c106 #define dobytes(cnt, h1, c, n, ptr, len) \ argument
123 void PMurHash32_Process(uint32_t *ph1, uint32_t *pcarry, const void *key, int len) in PMurHash32_Process()
/php-src/ext/hash/
H A Dhash_fnv.c167 fnv_32_buf(void *buf, size_t len, uint32_t hval, int alternate) in fnv_32_buf()
210 fnv_64_buf(void *buf, size_t len, uint64_t hval, int alternate) in fnv_64_buf()
H A Dhash_md.c80 static void Encode(unsigned char *output, uint32_t *input, unsigned int len) in Encode()
97 static void Decode(uint32_t *output, const unsigned char *input, unsigned int len) in Decode()
319 PHP_HASH_API void PHP_MD2Update(PHP_MD2_CTX *context, const unsigned char *buf, size_t len) in PHP_MD2Update()
/php-src/ext/fileinfo/libmagic/
H A Dfuncs.c135 size_t len; in file_vprintf() local
230 file_oomem(struct magic_set *ms, size_t len) in file_oomem()
551 size_t psize, len; in file_getbuffer() local
628 size_t len; in file_check_mem() local
794 file_print_guid(char *str, size_t len, const uint64_t *guid) in file_print_guid()
H A Dascmagic.c113 size_t mlen, i, len; in file_ascmagic_with_encoding() local
338 encode_utf8(unsigned char *buf, size_t len, file_unichar_t *ubuf, size_t ulen) in encode_utf8()
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dattr.c463 lxb_dom_attr_qualified_name(lxb_dom_attr_t *attr, size_t *len) in lxb_dom_attr_qualified_name()
487 lxb_dom_attr_local_name_noi(lxb_dom_attr_t *attr, size_t *len) in lxb_dom_attr_local_name_noi()
493 lxb_dom_attr_value_noi(lxb_dom_attr_t *attr, size_t *len) in lxb_dom_attr_value_noi()
H A Delement.h192 lxb_dom_element_id(lxb_dom_element_t *element, size_t *len) in lxb_dom_element_id()
206 lxb_dom_element_class(lxb_dom_element_t *element, size_t *len) in lxb_dom_element_class()
H A Dprocessing_instruction.h45 size_t *len) in lxb_dom_processing_instruction_target()
/php-src/sapi/litespeed/
H A Dlsapilib.c361 size_t len; in lsapi_enable_core_dump() local
637 socklen_t len = 128; in isPipe() local
1365 int len; in readReq() local
1535 socklen_t len; in LSAPI_Accept_r() local
1745 ssize_t len; in LSAPI_ReqBodyGetLine_r() local
1792 ssize_t len; in LSAPI_ReadReqBody_r() local
1983 off_t len = size; in gsendfile() local
2278 int len = 0; in LSAPI_ForeachOrgHeader_r() local
2354 int len = 0; in LSAPI_ForeachHeader_r() local
2819 socklen_t len; in lsapi_accept() local
[all …]
H A Dlsapilib.h316 static inline ssize_t LSAPI_ReadReqBody( char * pBuf, size_t len ) in LSAPI_ReadReqBody()
322 static inline int LSAPI_ReqBodyGetLine( char * pBuf, int len, int *getLF ) in LSAPI_ReqBodyGetLine()
330 static inline ssize_t LSAPI_Write( const char * pBuf, ssize_t len ) in LSAPI_Write()
338 static inline ssize_t LSAPI_Write_Stderr( const char * pBuf, ssize_t len ) in LSAPI_Write_Stderr()
344 static inline int LSAPI_AppendRespHeader( char * pBuf, int len ) in LSAPI_AppendRespHeader()
/php-src/sapi/phpdbg/
H A Dphpdbg_help.c171 const char *key, size_t len, /* pointer and length of key */ in get_command()
278 int len; in PHPDBG_HELP() local
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_base64.c123 int status, cache, len; in mbfl_filt_conv_base64enc_flush() local
297 static void mb_wchar_to_base64(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_base64()
/php-src/ext/zip/
H A Dphp_zip.stub.php41 function zip_entry_read($zip_entry, int $len = 1024): string|false {}
667 …public function addFile(string $filepath, string $entryname = "", int $start = 0, int $length = Zi…
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_extuni.c100 int len = 1; in PRIV() local
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_string.h45 size_t len; member
/php-src/ext/libxml/
H A Dmime_sniff.c163 …ol is_empty_string_or_does_not_solely_contain_http_token_code_points(const char *start, size_t len) in is_empty_string_or_does_not_solely_contain_http_token_code_points()
178 static bool solely_contains_http_quoted_string_tokens(const char *start, size_t len) in solely_contains_http_quoted_string_tokens()

Completed in 74 milliseconds

12345678910>>...14