Home
last modified time | relevance | path

Searched defs:len (Results 76 – 100 of 303) sorted by relevance

12345678910>>...13

/PHP-5.6/ext/phar/
H A Dphar_path_check.c25 phar_path_check_result phar_path_check(char **s, int *len, const char **error) in phar_path_check()
H A Dstub.h21 static inline void phar_get_stub(const char *index_php, const char *web, size_t *len, char **stub, … in phar_get_stub()
H A Dtar.c22 static php_uint32 phar_tar_number(char *buf, int len) /* {{{ */ in phar_tar_number()
65 static int phar_tar_octal(char *buf, php_uint32 val, int len) /* {{{ */ in phar_tar_octal()
87 static php_uint32 phar_tar_checksum(char *buf, int len) /* {{{ */ in phar_tar_checksum()
945 int phar_tar_flush(phar_archive_data *phar, char *user_stub, long len, int defaultstub, char **erro… in phar_tar_flush()
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_lexer.h27 unsigned int len; member
/PHP-5.6/ext/zip/lib/
H A Dzip_source_zip_new.c44 zip_uint64_t start, zip_uint64_t len, const char *password) in _zip_source_zip_new()
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_charset.c141 unsigned int len = check_mb_utf8mb3_sequence(start, end); in check_mb_utf8mb3_valid() local
147 unsigned int len = check_mb_utf8_sequence(start, end); in check_mb_utf8_valid() local
740 unsigned int len = 0; in mysqlnd_cset_escape_quotes() local
796 unsigned int len = 0; in mysqlnd_cset_escape_slashes() local
/PHP-5.6/ext/mbstring/oniguruma/
H A Dregenc.c132 int len = ONIGENC_MBC_MINLEN(enc); in onigenc_strlen_null() local
157 int len = ONIGENC_MBC_MINLEN(enc); in onigenc_str_bytelen_null() local
644 int c, i, len; in onigenc_mbn_mbc_to_code() local
664 int len; in onigenc_mbn_mbc_case_fold() local
779 int len; in onigenc_minimum_property_name_to_ctype() local
H A Dregexec.c965 #define STRING_CMP(s1,s2,len) do {\ argument
1004 #define STRING_CMP_VALUE(s1,s2,len,is_fail) do {\ argument
1297 int len; in match_at() local
1436 int len; in match_at() local
1525 int len; in match_at() local
2136 int len; in match_at() local
2168 int len; in match_at() local
2199 int len, is_fail; in match_at() local
2238 int len, is_fail; in match_at() local
2278 int len; in match_at() local
[all …]
/PHP-5.6/Zend/
H A Dzend_exceptions.c408 int *len; in _build_trace_args() local
554 int *len, *num; in _build_trace_string() local
621 int res_len = 0, *len = &res_len, num = 0; in ZEND_METHOD() local
661 int len; in zend_spprintf() local
676 int len = 0; in ZEND_METHOD() local
H A Dzend_virtual_cwd.c112 #define IS_DIRECTORY_UP(element, len) \ argument
115 #define IS_DIRECTORY_CURRENT(element, len) \ argument
133 #define IS_DIRECTORY_UP(element, len) \ argument
138 #define IS_DIRECTORY_CURRENT(element, len) \ argument
315 DWORD len = sizeof(cur_path); in php_sys_stat_ex() local
383 int len = strlen(path); in php_sys_stat_ex() local
780 static int tsrm_realpath_r(char *path, int start, int len, int *ll, time_t *t, int use_realpath, in… in tsrm_realpath_r()
1461 int len = new_state.cwd_length>MAXPATHLEN-1?MAXPATHLEN-1:new_state.cwd_length; in virtual_realpath() local
H A Dzend_language_parser.y1318 unsigned int len = 0, toklen = 0, yystr_len; variable
/PHP-5.6/ext/hash/
H A Dhash_adler32.c30 …P_HASH_API void PHP_ADLER32Update(PHP_ADLER32_CTX *context, const unsigned char *input, size_t len) in PHP_ADLER32Update()
H A Dhash_joaat.c74 joaat_buf(void *buf, size_t len, php_hash_uint32 hval) in joaat_buf()
/PHP-5.6/sapi/cgi/
H A Dfastcgi.c416 socklen_t len = sizeof(sa); in fcgi_init() local
832 static inline int fcgi_make_header(fcgi_header *hdr, fcgi_request_type type, int req_id, int len) in fcgi_make_header()
885 int len, padding; in fcgi_read_request() local
1044 int fcgi_read(fcgi_request *req, char *str, int len) in fcgi_read()
1187 socklen_t len = sizeof(sa); local
1305 int len = req->out_pos - ((unsigned char*)req->out_hdr + sizeof(fcgi_header)); local
1314 int len; local
1342 int fcgi_write(fcgi_request *req, fcgi_request_type type, const char *str, int len)
H A Dcgi_main.c419 int len; in sapi_cgi_send_headers() local
570 int len; in _sapi_cgi_putenv() local
741 int ret, len = strlen(message); in sapi_cgi_log_message() local
1249 int len = script_path_translated_len; local
1670 int len = 0; local
1741 int cgi = 0, c, i, len; local
1860 int len = strlen(php_optarg); local
/PHP-5.6/ext/filter/
H A Dfilter_private.h103 #define PHP_FILTER_TRIM_DEFAULT(p, len) PHP_FILTER_TRIM_DEFAULT_EX(p, len, 1); argument
105 #define PHP_FILTER_TRIM_DEFAULT_EX(p, len, return_if_empty) { \ argument
H A Dlogical_filters.c177 int len, error = 0; in php_filter_int() local
240 int len = Z_STRLEN_P(value); in php_filter_boolean() local
308 int len; in php_filter_float() local
/PHP-5.6/ext/json/
H A Djson.c372 static int json_utf8_to_utf16(unsigned short *utf16, char utf8[], int len) /* {{{ */ in json_utf8_to_utf16()
410 static void json_escape_string(smart_str *buf, char *s, int len, int options TSRMLS_DC) /* {{{ */ in json_escape_string()
642 int len; in php_json_encode() local
/PHP-5.6/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_memory_device.c228 int len; in mbfl_memory_device_strcat() local
267 mbfl_memory_device_strncat(mbfl_memory_device *device, const char *psrc, int len) in mbfl_memory_device_strncat()
/PHP-5.6/ext/skeleton/
H A Dskeleton.c39 int arg_len, len; in PHP_FUNCTION() local
/PHP-5.6/ext/standard/
H A Dcrypt_sha256.c41 char * __php_stpncpy(char *dst, const char *src, size_t len) in __php_stpncpy()
50 void * __php_mempcpy(void * dst, const void * src, size_t len) in __php_mempcpy()
106 static void sha256_process_block (const void *buffer, size_t len, struct sha256_ctx *ctx) { in sha256_process_block()
256 static void sha256_process_bytes(const void *buffer, size_t len, struct sha256_ctx *ctx) { in sha256_process_bytes()
/PHP-5.6/ext/readline/
H A Dreadline_cli.c211 static int cli_is_valid_code(char *code, int len, char **prompt TSRMLS_DC) /* {{{ */ in cli_is_valid_code()
572 int len = class_name_len + 2 + strlen(retval) + 1; in cli_completion_generator() local
593 size_t size = 4096, pos = 0, len; in readline_shell_run() local
/PHP-5.6/ext/pdo_pgsql/
H A Dpgsql_statement.c325 int len; in pgsql_stmt_param_hook() local
491 static int pgsql_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int *cal… in pgsql_stmt_get_col()
/PHP-5.6/ext/intl/locale/
H A Dlocale_methods.c182 int len = 0; in getSingletonPos() local
227 int len=0; in PHP_NAMED_FUNCTION() local
996 int len =0; in get_private_subtags() local
1599 int len; in PHP_FUNCTION() local
1613 size_t len; in PHP_FUNCTION() local
/PHP-5.6/main/
H A Dmain.c702 int len; in php_log_err() local
789 size_t len; in php_verror() local
858 size_t len; in php_verror() local
1170 size_t len; in php_error_cb() local
1307 DWORD len = sizeof(name)-1; in php_get_current_user() local
1416 size_t len, mapped_len; in php_stream_open_for_zend_ex() local
2057 int len; in dummy_invalid_parameter_handler() local

Completed in 133 milliseconds

12345678910>>...13