/PHP-7.3/Zend/ |
H A D | zend_smart_string_public.h | 27 size_t len; member in struct:__anon22
|
H A D | zend_sprintf.c | 31 int len; local
|
/PHP-7.3/ext/zip/lib/ |
H A D | zip_source_read.c | 39 zip_source_read(zip_source_t *src, void *data, zip_uint64_t len) argument
|
H A D | zip_memdup.c | 41 _zip_memdup(const void *mem, size_t len, zip_error_t *error) argument
|
H A D | zip_set_archive_comment.c | 41 zip_set_archive_comment(zip_t *za, const char *comment, zip_uint16_t len) argument
|
H A D | zip_dir_add.c | 46 size_t len; local
|
H A D | zip_filerange_crc.c | 42 _zip_filerange_crc(zip_source_t *src, zip_uint64_t start, zip_uint64_t len, uLong *crcp, zip_error_t *error) argument
|
H A D | zip_get_archive_comment.c | 44 zip_uint32_t len; local
|
H A D | zip_get_file_comment.c | 42 zip_uint32_t len; local
|
H A D | zip_set_file_comment.c | 42 zip_set_file_comment(zip_t *za, zip_uint64_t idx, const char *comment, int len) argument
|
H A D | zip_source_zip.c | 42 zip_source_zip(zip_t *za, zip_t *srcza, zip_uint64_t srcidx, zip_flags_t flags, zip_uint64_t start, zip_int64_t len) argument
|
H A D | zip_error_to_str.c | 44 zip_error_to_str(char *buf, zip_uint64_t len, int ze, int se) argument
|
H A D | zip_file_get_comment.c | 43 zip_uint32_t len; local
|
H A D | zip_file_set_comment.c | 41 zip_file_set_comment(zip_t *za, zip_uint64_t idx, const char *comment, zip_uint16_t len, zip_flags_t flags) argument
|
H A D | zip_source_file.c | 41 zip_source_file(zip_t *za, const char *fname, zip_uint64_t start, zip_int64_t len) argument
|
/PHP-7.3/ext/xmlrpc/libxmlrpc/ |
H A D | simplestring.h | 53 size_t len; /* length of string/buf */ member in struct:_simplestring
|
/PHP-7.3/ext/fileinfo/libmagic/ |
H A D | buffer.c | 44 buffer_init(struct buffer *b, int fd, const void *data, size_t len) argument
|
H A D | strcasestr.c | 72 size_t len; local
|
/PHP-7.3/ext/phar/ |
H A D | phar_path_check.c | 23 phar_path_check_result phar_path_check(char **s, size_t *len, const char **error) argument
|
/PHP-7.3/ext/standard/ |
H A D | base64.h | 73 static inline zend_string *php_base64_decode(const unsigned char *str, size_t len) { argument
|
/PHP-7.3/sapi/phpdbg/ |
H A D | phpdbg_lexer.h | 27 unsigned int len; member in struct:__anon680
|
/PHP-7.3/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_string.h | 46 size_t len; member in struct:_mbfl_string
|
/PHP-7.3/ext/dba/libcdb/ |
H A D | cdb.c | 46 static int cdb_match(struct cdb *c, char *key, unsigned int len, uint32 pos) argument 68 uint32 cdb_hash(char *buf, unsigned int len) argument 104 int cdb_read(struct cdb *c, char *buf, unsigned int len, uint32 pos) argument 129 cdb_findnext(struct cdb *c, char *key, unsigned int len) argument 182 cdb_find(struct cdb *c, char *key, unsigned int len) argument [all...] |
/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2_extuni.c | 100 int len = 1; local
|
H A D | pcre2_string_utils.c | 157 PRIV(strncmp)(PCRE2_SPTR str1, PCRE2_SPTR str2, size_t len) argument 186 PRIV(strncmp_c8)(PCRE2_SPTR str1, const char *str2, size_t len) argument
|