Home
last modified time | relevance | path

Searched defs:len (Results 151 – 175 of 277) sorted by relevance

12345678910>>...12

/PHP-7.4/ext/zip/
H A Dphp_zip.c147 size_t dir_len, len; in php_zip_extract_file() local
470 static char * php_zipobj_get_zip_comment(struct zip *za, int *len) /* {{{ */ in php_zipobj_get_zip_comment()
827 int len = 0; in php_zip_property_reader() local
1311 zend_long len = 0; in PHP_NAMED_FUNCTION() local
1591 int zep, syp, len; local
2706 zend_long len = 0; local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dis_json.c306 const char *str, size_t len) in json_parse_const()
/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 Dphp_http.c1355 static char *get_http_header_value_nodup(char *headers, char *type, size_t *len) in get_http_header_value_nodup()
1410 size_t len; in get_http_header_value() local
/PHP-7.4/Zend/
H A Dzend_alloc.c560 static zend_always_inline void zend_mm_bitset_set_range(zend_mm_bitset *bitset, int start, int len)
592 …atic zend_always_inline void zend_mm_bitset_reset_range(zend_mm_bitset *bitset, int start, int len)
624 …tic zend_always_inline int zend_mm_bitset_is_free_range(zend_mm_bitset *bitset, int start, int len)
825 uint32_t page_num, len; local
2980 ZEND_API void * __zend_malloc(size_t len)
2989 ZEND_API void * __zend_calloc(size_t nmemb, size_t len)
2999 ZEND_API void * __zend_realloc(void *p, size_t len)
/PHP-7.4/ext/xml/
H A Dcompat.c343 _build_entity(const xmlChar *name, int len, xmlChar **entity, int *entity_len) in _build_entity()
384 int len; in _get_entity() local
/PHP-7.4/main/streams/
H A Dstreams.c763 PHPAPI zend_string *php_stream_read_to_str(php_stream *stream, size_t len) in php_stream_read_to_str()
820 size_t len; in _php_stream_puts() local
1459 size_t len = 0, max_len; in _php_stream_copy_to_mem() local
1668 size_t len; in _php_stream_copy_to_stream() local
/PHP-7.4/ext/sysvshm/
H A Dsysvshm.c372 static int php_put_shm_data(sysvshm_chunk_head *ptr, zend_long key, const char *data, zend_long len) in php_put_shm_data()
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c239 mbfl_convert_filter_feed_string(mbfl_convert_filter *filter, const unsigned char *p, size_t len) { in mbfl_convert_filter_feed_string()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_cfg.h46 uint32_t len; /* number of opcodes */ member
/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme_util.c234 zend_long grapheme_ascii_check(const unsigned char *day, size_t len) in grapheme_ascii_check()
/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.c487 static size_t _php_mb_regex_get_option_string(char *str, size_t len, OnigOptionType option, OnigSyn… in _php_mb_regex_get_option_string()
1428 size_t n, i, pos, len, beg, end; in _php_mb_regex_ereg_search_exec() local
1623 size_t n, i, len, beg, end; in PHP_FUNCTION() local
/PHP-7.4/main/
H A Dspprintf.c126 #define INS_STRING(xbuf, str, len, is_char) do { \ argument
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitProtExecAllocator.c120 size_t len; in create_tempfile() local
/PHP-7.4/ext/standard/
H A Ddns_win32.c232 size_t len = strlen(data_txt->pStringArray[i]); in php_parserr() local
H A Dmd5.c30 PHPAPI void make_digest_ex(char *md5str, const unsigned char *digest, int len) /* {{{ */ in make_digest_ex()
H A Diptc.c320 size_t inx = 0, len; in PHP_FUNCTION() local
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c148 struct { void *block; char *p; size_t len; } heap; member
149 struct { const char *p; size_t len; } immortal; member
411 ptrdiff_t len; in add_response_header() local
1012 static php_cli_server_chunk *php_cli_server_chunk_immortal_new(const char *buf, size_t len) /* {{{ … in php_cli_server_chunk_immortal_new()
1023 static php_cli_server_chunk *php_cli_server_chunk_heap_new(void *block, char *buf, size_t len) /* {… in php_cli_server_chunk_heap_new()
1035 static php_cli_server_chunk *php_cli_server_chunk_heap_new_self_contained(size_t len) /* {{{ */ in php_cli_server_chunk_heap_new_self_contained()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c494 size_t len; in php_mysqlnd_auth_write() local
1051 size_t len; in php_mysqlnd_rset_header_read() local
1194 zend_ulong len; in php_mysqlnd_rset_field_read() local
1572 const zend_ulong len = php_mysqlnd_net_field_length((const zend_uchar **) &p); in php_mysqlnd_rowp_read_text_protocol_aux() local
/PHP-7.4/sapi/fpm/fpm/
H A Dzlog.h82 size_t len; member
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_driver.c230 char *dblib_handle_last_id(pdo_dbh_t *dbh, const char *name, size_t *len) in dblib_handle_last_id()
/PHP-7.4/ext/hash/
H A Dhash_gost.c254 PHP_HASH_API void PHP_GOSTUpdate(PHP_GOST_CTX *context, const unsigned char *input, size_t len) in PHP_GOSTUpdate()
/PHP-7.4/ext/gd/libgd/
H A Dgd_io_dp.c230 static int dynamicGetbuf (gdIOCtxPtr ctx, void *buf, int len) in dynamicGetbuf()
/PHP-7.4/ext/pgsql/
H A Dphp_pgsql.h295 size_t len; member
/PHP-7.4/ext/filter/
H A Dsanitizing_filters.c31 size_t len = Z_STRLEN_P(value); in php_filter_encode_html() local

Completed in 98 milliseconds

12345678910>>...12