Home
last modified time | relevance | path

Searched defs:len (Results 101 – 125 of 328) sorted by relevance

12345678910>>...14

/php-src/ext/standard/
H A Dhead.c37 size_t len; in PHP_FUNCTION() local
57 size_t len = 0; in PHP_FUNCTION() local
H A Dstring.c214 zend_long start = 0, len = 0; in php_spn_common_handler() local
966 size_t len = 0; in php_implode() local
1217 PHPAPI char *php_strtoupper(char *s, size_t len) in php_strtoupper()
1245 PHPAPI char *php_strtolower(char *s, size_t len) in php_strtolower()
1537 PHPAPI size_t php_dirname(char *path, size_t len)
2863 size_t len = ZSTR_LEN(str); local
2950 size_t len, pos, old_pos; local
4931 size_t len = strlen(retval); local
5634 size_t len, i; local
6176 zend_long offset, len=0; local
[all …]
H A Dcrypt_sha256.c31 char * __php_stpncpy(char *dst, const char *src, size_t len) in __php_stpncpy()
91 static void sha256_process_block (const void *buffer, size_t len, struct sha256_ctx *ctx) { in sha256_process_block()
241 static void sha256_process_bytes(const void *buffer, size_t len, struct sha256_ctx *ctx) { in sha256_process_bytes()
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dprocessing_instruction.c89 size_t *len) in lxb_dom_processing_instruction_target_noi()
H A Dcharacter_data.c91 const lxb_char_t *data, size_t len, in lxb_dom_character_data_replace()
/php-src/ext/readline/
H A Dreadline_cli.c214 static int cli_is_valid_code(char *code, size_t len, zend_string **prompt) /* {{{ */ in cli_is_valid_code()
584 size_t len = ZSTR_LEN(ce->name) + 2 + strlen(retval) + 1; in cli_completion_generator() local
605 size_t size = 4096, pos = 0, len; in readline_shell_run() local
/php-src/ext/hash/
H A Dhash_sha.c37 static void SHAEncode32(unsigned char *output, uint32_t *input, unsigned int len) in SHAEncode32()
55 static void SHADecode32(uint32_t *output, const unsigned char *input, unsigned int len) in SHADecode32()
415 static void SHAEncode64(unsigned char *output, uint64_t *input, unsigned int len) in SHAEncode64()
437 static void SHADecode64(uint64_t *output, const unsigned char *input, unsigned int len) in SHADecode64()
H A Dhash_joaat.c80 joaat_buf(void *buf, size_t len, uint32_t hval) in joaat_buf()
/php-src/Zend/
H A Dzend_highlight.c50 ZEND_API void zend_html_puts(const char *s, size_t len) in zend_html_puts()
H A Dzend_hash.c90 ZEND_API void *zend_hash_str_find_ptr_lc(const HashTable *ht, const char *str, size_t len) { in zend_hash_str_find_ptr_lc()
770 …e Bucket *zend_hash_str_find_bucket(const HashTable *ht, const char *str, size_t len, zend_ulong h) in zend_hash_str_find_bucket()
1012 ZEND_API zval* ZEND_FASTCALL zend_hash_str_add_or_update(HashTable *ht, const char *str, size_t len in zend_hash_str_add_or_update()
1026 ZEND_API zval* ZEND_FASTCALL zend_hash_str_update(HashTable *ht, const char *str, size_t len, zval … in zend_hash_str_update()
1033 ZEND_API zval* ZEND_FASTCALL zend_hash_str_update_ind(HashTable *ht, const char *str, size_t len, z… in zend_hash_str_update_ind()
1040 ZEND_API zval* ZEND_FASTCALL zend_hash_str_add(HashTable *ht, const char *str, size_t len, zval *pD… in zend_hash_str_add()
1047 ZEND_API zval* ZEND_FASTCALL zend_hash_str_add_new(HashTable *ht, const char *str, size_t len, zval… in zend_hash_str_add_new()
1070 …API zval* ZEND_FASTCALL zend_hash_str_add_empty_element(HashTable *ht, const char *str, size_t len) in zend_hash_str_add_empty_element()
1611 ZEND_API zend_result ZEND_FASTCALL zend_hash_str_del_ind(HashTable *ht, const char *str, size_t len) in zend_hash_str_del_ind()
1656 ZEND_API zend_result ZEND_FASTCALL zend_hash_str_del(HashTable *ht, const char *str, size_t len) in zend_hash_str_del()
[all …]
/php-src/sapi/phpdbg/
H A Dphpdbg_list.c186 void phpdbg_list_function_byname(const char *str, size_t len) /* {{{ */ in phpdbg_list_function_byname()
234 size_t len; in phpdbg_compile_file() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_printint.c215 print_custring_bylen(FILE *f, PCRE2_SPTR ptr, PCRE2_UCHAR len) in print_custring_bylen()
245 size_t len = 0; in get_ucpname() local
/php-src/main/
H A Dphp_ini_builder.c65 const size_t len = strlen(arg); in php_ini_builder_define() local
H A Dfastcgi.c485 socklen_t len = sizeof(sa); in fcgi_init() local
986 static inline int fcgi_make_header(fcgi_header *hdr, fcgi_request_type type, int req_id, int len) in fcgi_make_header()
1039 int len, padding; in fcgi_read_request() local
1204 int fcgi_read(fcgi_request *req, char *str, int len) in fcgi_read()
1394 socklen_t len = sizeof(sa); local
1503 int len = (int)(req->out_pos - ((unsigned char*)req->out_hdr + sizeof(fcgi_header))); local
1512 int len; local
1540 int fcgi_write(fcgi_request *req, fcgi_request_type type, const char *str, int len)
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h129 static inline int mbfl_is_error(size_t len) { in mbfl_is_error()
/php-src/ext/mysqlnd/
H A Dmysqlnd_charset.c200 unsigned int len = check_mb_utf8mb3_sequence(start, end); in check_mb_utf8mb3_valid() local
206 unsigned int len = check_mb_utf8_sequence(start, end); in check_mb_utf8_valid() local
876 unsigned int len = 0; in mysqlnd_cset_escape_quotes() local
920 unsigned int len = mysqlnd_mbvalid_dispatch(cset->mb_valid, escapestr, end); in mysqlnd_cset_escape_slashes() local
H A Dmysqlnd_alloc.h74 static inline void mysqlnd_set_string(MYSQLND_STRING *buf, const char *string, size_t len) { in mysqlnd_set_string()
86 …mysqlnd_set_persistent_string(MYSQLND_STRING *buf, const char *string, size_t len, bool persistent… in mysqlnd_set_persistent_string()
/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitProtExecAllocatorPosix.c76 size_t len = strlen(dir); in create_tempfile() local
/php-src/ext/json/
H A Djson_encoder.c85 size_t len; in php_json_encode_double() local
319 smart_str *buf, const char *s, size_t len, in php_json_escape_string()
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_ucs2.c293 static void mb_wchar_to_ucs2be(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_ucs2be()
335 static void mb_wchar_to_ucs2le(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_ucs2le()
H A Dmbfilter_ucs4.c378 static void mb_wchar_to_ucs4be(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_ucs4be()
422 static void mb_wchar_to_ucs4le(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_ucs4le()
H A Dmbfilter_utf32.c315 static void mb_wchar_to_utf32be(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_utf32be()
364 static void mb_wchar_to_utf32le(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_utf32le()
/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c167 short len = (short) isc_vax_integer(&result[i + 1], 2); in pdo_firebird_stmt_execute() local
305 size_t len = 0; in php_firebird_fetch_blob() local
494 size_t len = strftime(buf, sizeof(buf), fmt, &t); in pdo_firebird_stmt_get_col() local
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree_res.h14 size_t len; member
/php-src/sapi/cgi/
H A Dcgi_main.c381 int len; in sapi_cgi_send_headers() local
599 size_t len; in _sapi_cgi_putenv() local
761 int ret, len = (int)strlen(message); in sapi_cgi_log_message() local
1262 size_t len = script_path_translated_len; local
1662 size_t len = 0; local
1718 size_t len; local

Completed in 120 milliseconds

12345678910>>...14