Home
last modified time | relevance | path

Searched defs:len (Results 26 – 50 of 303) sorted by relevance

12345678910>>...13

/PHP-5.6/ext/mbstring/oniguruma/enc/
H A Dsjis.c98 int c, i, len; in mbc_to_code() local
142 int len = enclen(ONIG_ENCODING_SJIS, p); in mbc_case_fold() local
182 int len; in left_adjust_char_head() local
/PHP-5.6/sapi/fpm/fpm/
H A Dfastcgi.c364 static inline int fcgi_make_header(fcgi_header *hdr, fcgi_request_type type, int req_id, int len) in fcgi_make_header()
510 int len, padding; in fcgi_read_request() local
670 int fcgi_read(fcgi_request *req, char *str, int len) in fcgi_read()
847 socklen_t len = sizeof(sa); local
949 int len = req->out_pos - ((unsigned char*)req->out_hdr + sizeof(fcgi_header)); local
958 int len; local
986 ssize_t fcgi_write(fcgi_request *req, fcgi_request_type type, const char *str, int len)
H A Dzlog.c70 size_t len; in zlog_print_time() local
107 size_t len = 0; in zlog_ex() local
/PHP-5.6/ext/mbstring/oniguruma/
H A Dregcomp.c422 int len; in add_compile_string_length() local
579 int len; in compile_length_cclass_node() local
1207 int len; in compile_length_enclose_node() local
1273 int r, len; in compile_enclose_node() local
1374 int len; in compile_length_anchor_node() local
1407 int r, len; in compile_anchor_node() local
2400 int i, len; in is_not_included() local
3123 int r, len; in setup_look_behind() local
3905 int i, len; in set_bm_skip() local
3953 int len; member
[all …]
H A Dregposix.c39 #define ENC_STRING_LEN(enc,s,len) do { \ argument
136 int r, len; in regcomp() local
169 int r, i, len; in regexec() local
/PHP-5.6/ext/gd/libgd/
H A Dgdtest.c399 freadWrapper (void *context, char *buf, int len) in freadWrapper()
406 fwriteWrapper (void *context, const char *buffer, int len) in fwriteWrapper()
/PHP-5.6/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dgen_exp.c221 int len = 0; in to_cp932_visitor() local
239 int i, len; in from_cp932_visitor() local
294 int len = 0; in to_cp50220_visitor() local
348 int len = 0; in to_cp50222_visitor() local
/PHP-5.6/ext/pdo/
H A Dpdo_sql_parser.c385 int len; member
415 int len = s.cur - s.tok; in pdo_parse_params() local
521 size_t len; in pdo_parse_params() local
/PHP-5.6/ext/fileinfo/libmagic/
H A Dcdf.c207 size_t len = 0; in cdf_unpack_header() local
256 size_t len = 0; in cdf_unpack_dir() local
294 cdf_read(const cdf_info_t *info, off_t off, void *buf, size_t len) in cdf_read()
354 cdf_read_sector(const cdf_info_t *info, void *buf, size_t offs, size_t len, in cdf_read_sector()
365 size_t len, const cdf_header_t *h, cdf_secid_t id) in cdf_read_short_sector()
497 const cdf_sat_t *sat, cdf_secid_t sid, size_t len, cdf_stream_t *scn) in cdf_read_long_sector_chain()
544 cdf_secid_t sid, size_t len, cdf_stream_t *scn) in cdf_read_short_sector_chain()
586 cdf_secid_t sid, size_t len, cdf_stream_t *scn) in cdf_read_sector_chain()
1038 int len = 0; in cdf_print_elapsed_time() local
1120 cdf_dump(void *v, size_t len) in cdf_dump()
H A Dapprentice.c105 size_t len; member
154 size_t len; member
169 const size_t len; member
467 size_t i, len; in file_ms_alloc() local
957 size_t len; in load_1() local
1056 static const size_t len = sizeof(text); in set_text_binary() local
1426 size_t len; in get_cond() member
1554 static const size_t len = sizeof(*m) * ALLOC_CHUNK; in parse() local
2511 file_showstr(FILE *fp, const char *s, size_t len) in file_showstr()
2756 size_t len; in apprentice_compile() local
[all …]
/PHP-5.6/ext/standard/
H A Duuencode.c70 int len = 45; in php_uuencode() local
129 int len, total_len=0; in php_uudecode() local
H A Dcrc32.c30 int len, nr; in PHP_NAMED_FUNCTION() local
/PHP-5.6/ext/dba/libcdb/
H A Dcdb_make.c46 static int cdb_posplus(struct cdb_make *c, uint32 len) in cdb_posplus()
142 uint32 len; in cdb_make_finish() local
/PHP-5.6/ext/zip/lib/
H A Dzip_memdup.c42 _zip_memdup(const void *mem, size_t len, struct zip_error *error) in _zip_memdup()
H A Dzip_set_archive_comment.c43 zip_set_archive_comment(struct zip *za, const char *comment, zip_uint16_t len) in zip_set_archive_comment()
H A Dzip_source_file.c45 zip_int64_t len) in zip_source_file()
H A Dzip_source_read.c41 zip_source_read(struct zip_source *src, void *data, zip_uint64_t len) in zip_source_read()
H A Dzip_set_file_comment.c44 zip_set_file_comment(struct zip *za, zip_uint64_t idx, const char *comment, int len) in zip_set_file_comment()
H A Dzip_source_pkware.c103 zip_uint64_t len, int update_only) in decrypt()
175 zip_uint64_t len, enum zip_source_cmd cmd) in pkware_decrypt()
H A Dzip_error_to_str.c46 zip_error_to_str(char *buf, zip_uint64_t len, int ze, int se) in zip_error_to_str()
/PHP-5.6/ext/pdo_firebird/
H A Dfirebird_statement.c124 short len = (short) isc_vax_integer(&result[i + 1], 2); in firebird_stmt_execute() local
215 #define FETCH_BUF(buf,type,len,lenvar) ((buf) = (buf) ? (buf) : \ argument
222 unsigned long *len, ISC_QUAD *blob_id TSRMLS_DC) in firebird_fetch_blob()
299 unsigned long *len, int *caller_frees TSRMLS_DC) in firebird_stmt_get_col()
/PHP-5.6/ext/pdo_odbc/
H A Dodbc_stmt.c181 int len; in odbc_stmt_execute() local
404 int len, amount; in odbc_stmt_param_hook() local
633 static int odbc_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int *call… in odbc_stmt_get_col()
796 SQLSMALLINT len = 0; in odbc_stmt_get_attr() local
/PHP-5.6/ext/dba/
H A Ddba.c208 size_t len; local
230 int len; local
1008 int len = 0; in PHP_FUNCTION() local
1079 int len; in PHP_FUNCTION() local
1103 int len; in PHP_FUNCTION() local
/PHP-5.6/sapi/litespeed/
H A Dlsapilib.c222 size_t len; in lsapi_enable_core_dump() local
460 socklen_t len = 128; in isPipe() local
1173 int len; in readReq() local
1330 socklen_t len; in LSAPI_Accept_r() local
1496 ssize_t len; in LSAPI_ReqBodyGetLine_r() local
1543 ssize_t len; in LSAPI_ReadReqBody_r() local
1694 off_t len = size; in gsendfile() local
1984 int len = 0; in LSAPI_ForeachOrgHeader_r() local
2061 int len = 0; in LSAPI_ForeachHeader_r() local
2207 int nameLen, valLen, len; in LSAPI_AppendRespHeader2_r() local
[all …]
/PHP-5.6/ext/hash/
H A Dhash_fnv.c151 fnv_32_buf(void *buf, size_t len, php_hash_uint32 hval, int alternate) in fnv_32_buf()
193 fnv_64_buf(void *buf, size_t len, php_hash_uint64 hval, int alternate) in fnv_64_buf()

Completed in 105 milliseconds

12345678910>>...13