Home
last modified time | relevance | path

Searched defs:len (Results 101 – 125 of 277) sorted by last modified time

12345678910>>...12

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c440 static sljit_ins logical_imm(sljit_sw imm, sljit_s32 len) in logical_imm()
H A DsljitConfigInternal.h246 #define SLJIT_MEMCPY(dest, src, len) memcpy(dest, src, len) argument
250 #define SLJIT_MEMMOVE(dest, src, len) memmove(dest, src, len) argument
254 #define SLJIT_ZEROMEM(dest, len) memset(dest, 0, len) argument
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match.c1656 int len = 1; in match() local
1794 int len = 1; in match() local
2020 int len = 1; in match() local
2189 int len = 1; in match() local
3885 int len = 1; in match() local
3901 int len = 1; in match() local
3920 int len = 1; in match() local
3936 int len = 1; in match() local
3952 int len = 1; in match() local
3969 int len = 1; in match() local
[all …]
H A Dpcre2_internal.h322 #define GETUTF8LEN(c, eptr, len) \ argument
H A Dpcre2_compile.c601 unsigned int len; /* Length of verb name */ member
640 unsigned int len; /* Length of name */ member
2228 check_posix_name(PCRE2_SPTR ptr, int len) in check_posix_name()
7063 int len = (int)(code - previous); in compile_branch() local
7547 int len; in compile_branch() local
/PHP-7.4/ext/soap/
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/main/
H A Dnetwork.c316 socklen_t len; local
657 int len = sl - sizeof(sa_family_t); local
660 int len = strlen(ua->sun_path); local
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c350 static char *pdo_pgsql_last_insert_id(pdo_dbh_t *dbh, const char *name, size_t *len) in pdo_pgsql_last_insert_id()
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_driver.c223 static char *pdo_sqlite_last_insert_id(pdo_dbh_t *dbh, const char *name, size_t *len) in pdo_sqlite_last_insert_id()
/PHP-7.4/ext/exif/
H A Dexif.c268 size_t len = 0; in ZEND_GET_MODULE() local
1428 static unsigned char* exif_char_dump(unsigned char * addr, int len, int offset) in exif_char_dump()
1593 int len; in exif_dump_data() local
1922 int i, len, ml = 0; in exif_get_sectionlist() local
3050 size_t len; in exif_process_user_comment() local
/PHP-7.4/ext/com_dotnet/
H A Dcom_com.c688 size_t len; in PHP_FUNCTION() local
/PHP-7.4/ext/sodium/
H A Dlibsodium.c33 #define PHP_SODIUM_ZSTR_TRUNCATE(zs, len) do { ZSTR_LEN(zs) = (len); } while(0) argument
1917 size_t len; in PHP_FUNCTION() local
/PHP-7.4/ext/session/
H A Dmod_mm.c69 static inline uint32_t ps_sd_hash(const char *data, int len) in ps_sd_hash()
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c217 size_t len; local
834 size_t len; local
/PHP-7.4/ext/sockets/
H A Dconversions.c972 size_t len, in to_zval_read_cmsg_data() local
1119 uint32_t len; in from_zval_write_controllen() local
1211 size_t len = MIN(msghdr->msg_iov[i].iov_len, (size_t)bytes_left); in to_zval_read_iov() local
H A Dsockets.c1708 zend_long len, flags; local
1750 zend_long len, flags; local
1907 zend_long len, flags, port = 0; local
/PHP-7.4/Zend/
H A Dzend_builtin_functions.c617 zend_long len; in ZEND_FUNCTION() local
654 zend_long len; in ZEND_FUNCTION() local
/PHP-7.4/ext/ldap/
H A Dldap.c3835 size_t len = 0; in php_ldap_do_escape() local
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.h318 static inline ssize_t LSAPI_ReadReqBody( char * pBuf, size_t len ) in LSAPI_ReadReqBody()
324 static inline int LSAPI_ReqBodyGetLine( char * pBuf, int len, int *getLF ) in LSAPI_ReqBodyGetLine()
332 static inline ssize_t LSAPI_Write( const char * pBuf, ssize_t len ) in LSAPI_Write()
340 static inline ssize_t LSAPI_Write_Stderr( const char * pBuf, ssize_t len ) in LSAPI_Write_Stderr()
346 static inline int LSAPI_AppendRespHeader( char * pBuf, int len ) in LSAPI_AppendRespHeader()
/PHP-7.4/win32/
H A Dioutil.h158 #define PHP_WIN32_IOUTIL_PATH_IS_OK_W(pathw, len) \ argument
492 __forceinline static char *php_win32_ioutil_getcwd(char *buf, size_t len) in php_win32_ioutil_getcwd()
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c662 size_t len, n, k; in mbfl_strlen() local
781 size_t len, n, k; in mbfl_oddlen() local
1132 size_t n, k, len, start, end; in mbfl_substr() local
1583 size_t len, n; in mbfl_strwidth() local
/PHP-7.4/sapi/apache2handler/
H A Dsapi_apache2.c177 apr_size_t len, tlen=0; in php_apache_sapi_read_post() local
/PHP-7.4/ext/standard/
H A Dbasic_functions.c4365 size_t options_len = 0, len; local
H A Dfilters.c1856 static size_t php_dechunk(char *buf, size_t len, php_chunked_filter_data *data) in php_dechunk()
/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

Completed in 193 milliseconds

12345678910>>...12