Home
last modified time | relevance | path

Searched defs:len (Results 201 – 225 of 317) sorted by relevance

12345678910>>...13

/PHP-7.0/ext/intl/grapheme/
H A Dgrapheme_util.c222 zend_long grapheme_ascii_check(const unsigned char *day, size_t len) in grapheme_ascii_check()
/PHP-7.0/ext/zip/
H A Dphp_zip.c141 int n, len, ret; in php_zip_extract_file() local
451 static char * php_zipobj_get_zip_comment(struct zip *za, int *len) /* {{{ */ in php_zipobj_get_zip_comment()
796 int len = 0; in php_zip_property_reader() local
1274 zend_long len = 0; in PHP_NAMED_FUNCTION() local
1544 int zep, syp, len; in ZIPARCHIVE_METHOD() local
2701 zend_long len = 0; in php_zip_get_from() local
/PHP-7.0/Zend/
H A Dzend_alloc.c649 static zend_always_inline void zend_mm_bitset_set_range(zend_mm_bitset *bitset, int start, int len)
681 …atic zend_always_inline void zend_mm_bitset_reset_range(zend_mm_bitset *bitset, int start, int len)
713 …tic zend_always_inline int zend_mm_bitset_is_free_range(zend_mm_bitset *bitset, int start, int len)
901 int page_num, len; local
2880 ZEND_API void * __zend_malloc(size_t len)
2889 ZEND_API void * __zend_calloc(size_t nmemb, size_t len)
2896 ZEND_API void * __zend_realloc(void *p, size_t len)
/PHP-7.0/ext/zip/lib/
H A Dzip_extra_field.c209 _zip_ef_parse(const zip_uint8_t *data, zip_uint16_t len, zip_flags_t flags, zip_extra_field_t **ef_… in _zip_ef_parse()
/PHP-7.0/ext/pdo_dblib/
H A Ddblib_driver.c214 char *dblib_handle_last_id(pdo_dbh_t *dbh, const char *name, size_t *len) in dblib_handle_last_id()
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregenc.h102 short int len; member
/PHP-7.0/ext/standard/
H A Ddns_win32.c227 size_t len = strlen(data_txt->pStringArray[i]); in php_parserr() local
H A Dmd5.c32 PHPAPI void make_digest_ex(char *md5str, const unsigned char *digest, int len) /* {{{ */ in make_digest_ex()
H A Dphp_smart_string.h89 #define smart_string_appendl(dest, src, len) \ argument
H A Diptc.c317 int inx = 0, len; in PHP_FUNCTION() local
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_list.c192 void phpdbg_list_function_byname(const char *str, size_t len) /* {{{ */ in phpdbg_list_function_byname()
H A Dphpdbg_prompt.c574 size_t len; in phpdbg_compile() local
987 int phpdbg_output_ev_variable(char *name, size_t len, char *keyname, size_t keylen, HashTable *pare… in phpdbg_output_ev_variable()
/PHP-7.0/ext/curl/
H A Dinterface.c170 static int php_curl_option_str(php_curl *ch, zend_long option, const char *str, const int len, zend… in php_curl_option_str()
199 static int php_curl_option_url(php_curl *ch, const char *url, const int len) /* {{{ */ in php_curl_option_url()
1896 int len; in create_certinfo() local
/PHP-7.0/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
391 ptrdiff_t len; in add_response_header() local
923 static php_cli_server_chunk *php_cli_server_chunk_immortal_new(const char *buf, size_t len) /* {{{ … in php_cli_server_chunk_immortal_new()
937 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()
952 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()
H A Dphp_http_parser.c259 size_t len) in php_http_parser_execute()
/PHP-7.0/ext/xml/
H A Dcompat.c343 _build_entity(const xmlChar *name, int len, xmlChar **entity, int *entity_len) in _build_entity()
381 int len; in _get_entity() local
/PHP-7.0/ext/hash/
H A Dhash_gost.c256 PHP_HASH_API void PHP_GOSTUpdate(PHP_GOST_CTX *context, const unsigned char *input, size_t len) in PHP_GOSTUpdate()
/PHP-7.0/ext/openssl/
H A Dxp_ssl.c136 unsigned short len; member
404 int i, len; in matches_san_list() local
1458 size_t len; in alpn_protos_parse() local
2561 size_t len = strlen(host); in get_url_name() local
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_get.c474 int len = ovector[i+1] - ovector[i]; in pcre_get_substring_list() local
/PHP-7.0/ext/pgsql/
H A Dphp_pgsql.h299 size_t len; member
/PHP-7.0/ext/opcache/Optimizer/
H A Dzend_optimizer_internal.h65 int len; member
/PHP-7.0/ext/filter/
H A Dsanitizing_filters.c33 size_t len = Z_STRLEN_P(value); in php_filter_encode_html() local
/PHP-7.0/ext/gd/libgd/
H A Dgd_io_dp.c227 static int dynamicGetbuf (gdIOCtxPtr ctx, void *buf, int len) in dynamicGetbuf()
/PHP-7.0/ext/opcache/
H A Dzend_file_cache.c198 size_t len; in zend_file_cache_serialize_interned() local
703 size_t len; in zend_file_cache_get_bin_file_path() local
/PHP-7.0/ext/sockets/
H A Dsockets.c1604 zend_long len, flags; local
1651 zend_long len, flags; local
1812 zend_long len, flags, port = 0; local

Completed in 132 milliseconds

12345678910>>...13