/PHP-5.5/ext/fileinfo/libmagic/ |
H A D | magic.c | 252 magic_close(struct magic_set *ms) in magic_close() 263 magic_load(struct magic_set *ms, const char *magicfile) in magic_load() 271 magic_compile(struct magic_set *ms, const char *magicfile) in magic_compile() 280 magic_list(struct magic_set *ms, const char *magicfile) in magic_list() 322 magic_descriptor(struct magic_set *ms, int fd) in magic_descriptor() 333 magic_file(struct magic_set *ms, const char *inname) in magic_file() 341 magic_stream(struct magic_set *ms, php_stream *stream) in magic_stream() 429 magic_buffer(struct magic_set *ms, const void *buf, size_t nb) in magic_buffer() 446 magic_error(struct magic_set *ms) in magic_error() 454 magic_errno(struct magic_set *ms) in magic_errno() [all …]
|
H A D | funcs.c | 59 file_printf(struct magic_set *ms, const char *fmt, ...) in file_printf() 120 file_error(struct magic_set *ms, int error, const char *f, ...) in file_error() 133 file_magerror(struct magic_set *ms, const char *f, ...) in file_magerror() 142 file_oomem(struct magic_set *ms, size_t len) in file_oomem() 149 file_badseek(struct magic_set *ms) in file_badseek() 155 file_badread(struct magic_set *ms) in file_badread() 308 file_reset(struct magic_set *ms) in file_reset() 336 file_getbuffer(struct magic_set *ms) in file_getbuffer() 412 file_check_mem(struct magic_set *ms, unsigned int level) in file_check_mem() 435 file_printedlen(const struct magic_set *ms) in file_printedlen() [all …]
|
H A D | apprentice.c | 386 apprentice_1(struct magic_set *ms, const char *fn, int action) in apprentice_1() 438 file_ms_free(struct magic_set *ms) in file_ms_free() 460 struct magic_set *ms; in file_ms_alloc() local 541 file_apprentice(struct magic_set *ms, const char *fn, int action) in file_apprentice() 910 addentry(struct magic_set *ms, struct magic_entry *me, in addentry() 1131 apprentice_load(struct magic_set *ms, const char *fn, int action) in apprentice_load() 1335 string_modifier_check(struct magic_set *ms, struct magic *m) in string_modifier_check() 1445 check_cond(struct magic_set *ms, int cond, uint32_t cont_level) in check_cond() 2213 check_format(struct magic_set *ms, struct magic *m) in check_format() 2590 apprentice_map(struct magic_set *ms, const char *fn) in apprentice_map() [all …]
|
H A D | readcdf.c | 45 #define NOTMIME(ms) (((ms)->flags & MAGIC_MIME) == 0) argument 48 cdf_file_property_info(struct magic_set *ms, const cdf_property_info_t *info, 178 cdf_file_summary_info(struct magic_set *ms, const cdf_header_t *h, 226 file_trycdf(struct magic_set *ms, int fd, const unsigned char *buf,
|
H A D | softmagic.c | 78 file_softmagic(struct magic_set *ms, const unsigned char *buf, size_t nbytes, in file_softmagic() 120 match(struct magic_set *ms, struct magic *magic, uint32_t nmagic, in match() 343 check_fmt(struct magic_set *ms, struct magic *m) in check_fmt() 362 mprint(struct magic_set *ms, struct magic *m) in mprint() 618 moffset(struct magic_set *ms, struct magic *m) in moffset() 854 mconvert(struct magic_set *ms, struct magic *m, int flip) in mconvert() 1008 mcopy(struct magic_set *ms, union VALUETYPE *p, int type, int indir, in mcopy() 1130 mget(struct magic_set *ms, const unsigned char *s, struct magic *m, in mget() 1889 magiccheck(struct magic_set *ms, struct magic *m) in magiccheck() 2296 handle_annotation(struct magic_set *ms, struct magic *m) in handle_annotation() [all …]
|
H A D | compress.c | 102 file_zmagic(struct magic_set *ms, int fd, const char *name, in file_zmagic() 244 file_pipe2file(struct magic_set *ms, int fd, const void *startbuf, in file_pipe2file() 320 uncompressgzipped(struct magic_set *ms, const unsigned char *old, in uncompressgzipped() 386 uncompressbuf(struct magic_set *ms, int fd, size_t method, in uncompressbuf()
|
H A D | fsmagic.c | 78 handle_mime(struct magic_set *ms, int mime, const char *str) in handle_mime() 93 file_fsmagic(struct magic_set *ms, const char *fn, struct stat *sb, php_stream *stream) in file_fsmagic()
|
H A D | ascmagic.c | 71 file_ascmagic(struct magic_set *ms, const unsigned char *buf, size_t nbytes, in file_ascmagic() 101 file_ascmagic_with_encoding(struct magic_set *ms, const unsigned char *buf, in file_ascmagic_with_encoding()
|
H A D | apptype.c | 45 file_os2_apptype(struct magic_set *ms, const char *fn, const void *buf, in file_os2_apptype()
|
H A D | is_tar.c | 63 file_is_tar(struct magic_set *ms, const unsigned char *buf, size_t nbytes) in file_is_tar()
|
H A D | print.c | 59 file_magwarn(struct magic_set *ms, const char *f, ...) in file_magwarn()
|
H A D | encoding.c | 68 file_encoding(struct magic_set *ms, const unsigned char *buf, size_t nbytes, unichar **ubuf, size_t… in file_encoding()
|
/PHP-5.5/main/streams/ |
H A D | memory.c | 51 php_stream_memory_data *ms = (php_stream_memory_data*)stream->abstract; in php_stream_memory_write() local 87 php_stream_memory_data *ms = (php_stream_memory_data*)stream->abstract; in php_stream_memory_read() local 112 php_stream_memory_data *ms = (php_stream_memory_data*)stream->abstract; in php_stream_memory_close() local 136 php_stream_memory_data *ms = (php_stream_memory_data*)stream->abstract; in php_stream_memory_seek() local 207 php_stream_memory_data *ms = (php_stream_memory_data*)stream->abstract; in php_stream_memory_stat() local 249 php_stream_memory_data *ms = (php_stream_memory_data*)stream->abstract; in php_stream_memory_set_option() local 316 php_stream_memory_data *ms; in _php_stream_memory_open() local 340 php_stream_memory_data *ms = (php_stream_memory_data*)stream->abstract; in _php_stream_memory_get_buffer() local
|
/PHP-5.5/sapi/fpm/fpm/ |
H A D | fpm_events.c | 376 struct timeval ms; in fpm_event_loop() local
|
/PHP-5.5/ext/sqlite3/ |
H A D | sqlite3.c | 310 long ms; local
|
/PHP-5.5/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 15497 double ms = 0.0; in parseHhMmSs() local
|