Home
last modified time | relevance | path

Searched defs:len (Results 51 – 75 of 277) sorted by last modified time

12345678910>>...12

/PHP-7.4/ext/standard/
H A Dvar.c710 static inline void php_var_serialize_string(smart_str *buf, char *str, size_t len) /* {{{ */ in php_var_serialize_string()
H A Dinfo.c57 static ZEND_COLD int php_info_print_html_esc(const char *str, size_t len) /* {{{ */ in php_info_print_html_esc()
72 size_t len, written; in php_info_printf() local
H A Dfile.c637 size_t len; in PHP_FUNCTION() local
1013 zend_long len = 1024; in PHP_FUNCTION() local
1094 size_t len = 0; in PHP_FUNCTION() local
1146 size_t len; in PHP_FUNCTION() local
1786 zend_long len; in PHP_FUNCTION() local
1812 static const char *php_fgetcsv_lookup_trailing_spaces(const char *ptr, size_t len, const char delim… in php_fgetcsv_lookup_trailing_spaces()
1991 zend_long len = 0; in PHP_FUNCTION() 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)
H A Dzend_virtual_cwd.c497 static size_t tsrm_realpath_r(char *path, size_t start, size_t len, int *ll, time_t *t, int use_rea… in tsrm_realpath_r()
1264 size_t len = new_state.cwd_length>MAXPATHLEN-1?MAXPATHLEN-1:new_state.cwd_length; in virtual_realpath() local
H A Dzend_hash.c658 …e Bucket *zend_hash_str_find_bucket(const HashTable *ht, const char *str, size_t len, zend_ulong h) in zend_hash_str_find_bucket()
789 …e zval *_zend_hash_str_add_or_update_i(HashTable *ht, const char *str, size_t len, zend_ulong h, z… in _zend_hash_str_add_or_update_i()
892 ZEND_API zval* ZEND_FASTCALL zend_hash_str_add_or_update(HashTable *ht, const char *str, size_t len in zend_hash_str_add_or_update()
906 ZEND_API zval* ZEND_FASTCALL zend_hash_str_update(HashTable *ht, const char *str, size_t len, zval … in zend_hash_str_update()
913 ZEND_API zval* ZEND_FASTCALL zend_hash_str_update_ind(HashTable *ht, const char *str, size_t len, z… in zend_hash_str_update_ind()
920 ZEND_API zval* ZEND_FASTCALL zend_hash_str_add(HashTable *ht, const char *str, size_t len, zval *pD… in zend_hash_str_add()
927 ZEND_API zval* ZEND_FASTCALL zend_hash_str_add_new(HashTable *ht, const char *str, size_t len, zval… in zend_hash_str_add_new()
950 …API zval* ZEND_FASTCALL zend_hash_str_add_empty_element(HashTable *ht, const char *str, size_t len) in zend_hash_str_add_empty_element()
1416 ZEND_API int ZEND_FASTCALL zend_hash_str_del_ind(HashTable *ht, const char *str, size_t len) in zend_hash_str_del_ind()
1460 ZEND_API int ZEND_FASTCALL zend_hash_str_del(HashTable *ht, const char *str, size_t len) in zend_hash_str_del()
[all …]
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c153 unsigned short len; member
426 int i, len; in php_openssl_matches_san_list() local
1545 size_t len; in php_openssl_alpn_protos_parse() local
2637 size_t len = ZSTR_LEN(url->host); in php_openssl_get_url_name() local
/PHP-7.4/main/
H A Dfopen_wrappers.c551 size_t len = strlen(ptr); local
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_driver.c290 static char *pdo_mysql_last_insert_id(pdo_dbh_t *dbh, const char *name, size_t *len) in pdo_mysql_last_insert_id()
/PHP-7.4/ext/ftp/
H A Dftp.c1467 my_send(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t len) in my_send()
1505 my_recv(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t len) in my_recv()
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_statement.c529 static int pgsql_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, size_t *len, int *caller_fre… in pgsql_stmt_get_col()
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c1103 SDWORD len; in odbc_column_lengths() local
1105 SQLLEN len; in odbc_column_lengths() local
1513 SQLSMALLINT len; in PHP_FUNCTION() local
2677 SQLSMALLINT len; in odbc_do_connect() local
/PHP-7.4/ext/spl/
H A Dspl_directory.c188 PHPAPI char* spl_filesystem_object_get_path(spl_filesystem_object *intern, size_t *len) /* {{{ */ in spl_filesystem_object_get_path()
401 void spl_filesystem_info_set_filename(spl_filesystem_object *intern, char *path, size_t len, size_t… in spl_filesystem_info_set_filename()
584 static char *spl_filesystem_object_get_pathname(spl_filesystem_object *intern, size_t *len) { /* {{… in spl_filesystem_object_get_pathname()
702 size_t len; in spl_filesystem_object_construct() local
1135 size_t len; in SPL_METHOD() local
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.c63 #define WHILE_WORKLIST(worklist, len, i) do { \ argument
/PHP-7.4/ext/session/
H A Dsession.c334 size_t len; in php_session_valid_key() local
1265 size_t len = sizeof("Set-Cookie")-1; in php_session_remove_cookie() local
2149 size_t len = strlen(ZSTR_VAL(PS(id))); in PHP_FUNCTION() local
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_sockets.c490 socklen_t len = sizeof(info); in fpm_socket_get_listening_queue() local
533 socklen_t len = sizeof(val); in fpm_socket_get_listening_queue() local
/PHP-7.4/ext/dba/
H A Ddba.c206 size_t len; local
228 size_t len; local
1073 size_t len = 0; in PHP_FUNCTION() local
1146 size_t len; in PHP_FUNCTION() local
1173 size_t len; in PHP_FUNCTION() local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps.c788 zend_ulong len = Z_STRLEN(current_row[i]); in mysqlnd_stmt_fetch_row_buffered() local
H A Dmysqlnd_auth.c538 php_mysqlnd_crypt(zend_uchar *buffer, const zend_uchar *s1, const zend_uchar *s2, size_t len) in php_mysqlnd_crypt()
711 mysqlnd_sha256_get_rsa_from_pem(const char *buf, size_t len) in mysqlnd_sha256_get_rsa_from_pem()
758 mysqlnd_sha256_get_rsa_from_pem(const char *buf, size_t len) in mysqlnd_sha256_get_rsa_from_pem()
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c388 int len; in sapi_lsapi_send_headers_like_cgi() local
492 int len; in sapi_lsapi_send_headers() local
516 int len = strlen( message ); in sapi_lsapi_log_message() local
660 int len; in lsapi_execute_script() local
854 int len = (int)strlen(path); in pathlen_without_trailing_slash() local
1722 int len; in PHP_FUNCTION() local
H A Dlsapilib.c362 size_t len; in lsapi_enable_core_dump() local
627 socklen_t len = 128; in isPipe() local
1385 int len; in readReq() local
1555 socklen_t len; in LSAPI_Accept_r() local
1765 ssize_t len; in LSAPI_ReqBodyGetLine_r() local
1812 ssize_t len; in LSAPI_ReadReqBody_r() local
1969 off_t len = size; in gsendfile() local
2264 int len = 0; in LSAPI_ForeachOrgHeader_r() local
2340 int len = 0; in LSAPI_ForeachHeader_r() local
2806 socklen_t len; in lsapi_accept() local
[all …]
/PHP-7.4/win32/
H A Dsendmail.c892 int len = (int)strlen(msg); in Post() local
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c5974 size_t len = 0; in ZEND_METHOD() local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c570 size_t len; in phpdbg_compile() local
943 int phpdbg_output_ev_variable(char *name, size_t len, char *keyname, size_t keylen, HashTable *pare… in phpdbg_output_ev_variable()
/PHP-7.4/ext/soap/
H A Dphp_sdl.c84 int len = ns_len + type_len + 1; in get_element() local
116 int len = ns_len + type_len + 1; in get_encoder() local
169 encodePtr get_encoder_ex(sdlPtr sdl, const char *nscat, int len) in get_encoder_ex()
1027 int len = strlen(function->functionName); in load_wsdl() local
1131 int len = strlen(tmp); in load_wsdl() local
1207 int len; in sdl_deserialize_string() local
1222 int len; in sdl_deserialize_key() local
3207 int len = strlen(SOAP_GLOBAL(cache_dir)); in get_sdl() local

Completed in 224 milliseconds

12345678910>>...12