Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-7.2/ext/gd/libgd/
H A Dgd_gif_in.c48 #define ReadOK(file,buffer,len) (gdGetBuf(buffer, len, file) > 0) argument
557 ReadImage(gdImagePtr im, gdIOCtx *fd, int len, int height, unsigned char (*cmap)[256], int interlac… in ReadImage()
/PHP-7.2/win32/
H A Dglob.c716 u_int newsize, len; local
895 g_Ctoc(str, buf, len) in g_Ctoc() argument
/PHP-7.2/ext/pdo/
H A Dpdo.c71 PDO_API char *php_pdo_str_tolower_dup(const char *src, int len) /* {{{ */ in php_pdo_str_tolower_dup()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_print.c267 void phpdbg_print_opcodes_function(const char *function, size_t len) { in phpdbg_print_opcodes_function()
/PHP-7.2/ext/zip/lib/
H A Dzip_extra_field_api.c228 …, zip_uint16_t ef_id, zip_uint16_t ef_idx, const zip_uint8_t *data, zip_uint16_t len, zip_flags_t … in zip_file_extra_field_set()
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.2/main/
H A Doutput.c243 PHPAPI size_t php_output_write_unbuffered(const char *str, size_t len) in php_output_write_unbuffered()
254 PHPAPI size_t php_output_write(const char *str, size_t len) in php_output_write()
1033 static inline void php_output_op(int op, const char *str, size_t len) in php_output_op()
H A Dspprintf.c132 #define INS_STRING(xbuf, str, len, is_char) do { \ argument
/PHP-7.2/ext/zip/
H A Dphp_zip.c146 int n, len, ret; in php_zip_extract_file() local
471 static char * php_zipobj_get_zip_comment(struct zip *za, int *len) /* {{{ */ in php_zipobj_get_zip_comment()
819 int len = 0; in php_zip_property_reader() local
1300 zend_long len = 0; in PHP_NAMED_FUNCTION() local
1587 int zep, syp, len; in ZIPARCHIVE_METHOD() local
2816 zend_long len = 0; in php_zip_get_from() local
/PHP-7.2/ext/soap/
H A Dphp_xml.c72 static void soap_ignorableWhitespace(void *ctx, const xmlChar *ch, int len) in soap_ignorableWhitespace()
/PHP-7.2/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.2/ext/sysvshm/
H A Dsysvshm.c363 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.2/ext/pcre/pcrelib/sljit/
H A DsljitConfigInternal.h206 #define SLJIT_MEMCPY(dest, src, len) memcpy(dest, src, len) argument
210 #define SLJIT_ZEROMEM(dest, len) memset(dest, 0, len) argument
/PHP-7.2/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 Diptc.c320 size_t inx = 0, len; in PHP_FUNCTION() local
/PHP-7.2/ext/pdo_dblib/
H A Ddblib_driver.c232 char *dblib_handle_last_id(pdo_dbh_t *dbh, const char *name, size_t *len) in dblib_handle_last_id()
/PHP-7.2/ext/curl/
H A Dinterface.c168 static int php_curl_option_str(php_curl *ch, zend_long option, const char *str, const size_t len, z… in php_curl_option_str()
197 static int php_curl_option_url(php_curl *ch, const char *url, const size_t len) /* {{{ */ in php_curl_option_url()
1914 int len; in create_certinfo() local
/PHP-7.2/sapi/cli/
H A Dphp_cli_server.c149 struct { void *block; char *p; size_t len; } heap; member
150 struct { const char *p; size_t len; } immortal; member
400 ptrdiff_t len; in add_response_header() local
932 static php_cli_server_chunk *php_cli_server_chunk_immortal_new(const char *buf, size_t len) /* {{{ … in php_cli_server_chunk_immortal_new()
943 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()
955 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.2/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.2/ext/opcache/Optimizer/
H A Dzend_cfg.h48 uint32_t len; /* number of opcodes */ member
/PHP-7.2/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.2/ext/session/
H A Dsession.c276 size_t len = inlen; in bin_to_readable() local
335 size_t len; in php_session_valid_key() local
1266 size_t len = sizeof("Set-Cookie")-1; in php_session_remove_cookie() local
2050 size_t len = strlen(ZSTR_VAL(PS(id))); in PHP_FUNCTION() local
/PHP-7.2/ext/pgsql/
H A Dphp_pgsql.h298 size_t len; member

Completed in 145 milliseconds

12345678910>>...14