Home
last modified time | relevance | path

Searched defs:ms (Results 1 – 18 of 18) sorted by relevance

/PHP-7.2/ext/fileinfo/libmagic/
H A Dmagic.c118 magic_close(struct magic_set *ms) in magic_close()
129 magic_load(struct magic_set *ms, const char *magicfile) in magic_load()
137 magic_compile(struct magic_set *ms, const char *magicfile) in magic_compile()
146 magic_list(struct magic_set *ms, const char *magicfile) in magic_list()
188 magic_descriptor(struct magic_set *ms, int fd) in magic_descriptor()
199 magic_file(struct magic_set *ms, const char *inname) in magic_file()
207 magic_stream(struct magic_set *ms, php_stream *stream) in magic_stream()
307 magic_error(struct magic_set *ms) in magic_error()
315 magic_errno(struct magic_set *ms) in magic_errno()
323 magic_setflags(struct magic_set *ms, int flags) in magic_setflags()
[all …]
H A Dfuncs.c60 file_printf(struct magic_set *ms, const char *fmt, ...) in file_printf()
134 file_magerror(struct magic_set *ms, const char *f, ...) in file_magerror()
143 file_oomem(struct magic_set *ms, size_t len) in file_oomem()
150 file_badseek(struct magic_set *ms) in file_badseek()
156 file_badread(struct magic_set *ms) in file_badread()
163 checkdone(struct magic_set *ms, int *rv) in checkdone()
330 file_reset(struct magic_set *ms) in file_reset()
358 file_getbuffer(struct magic_set *ms) in file_getbuffer()
436 file_check_mem(struct magic_set *ms, unsigned int level) in file_check_mem()
459 file_printedlen(const struct magic_set *ms) in file_printedlen()
[all …]
H A Dapprentice.c412 apprentice_1(struct magic_set *ms, const char *fn, int action) in apprentice_1()
465 file_ms_free(struct magic_set *ms) in file_ms_free()
487 struct magic_set *ms; in file_ms_alloc() local
575 file_apprentice(struct magic_set *ms, const char *fn, int action) in file_apprentice()
1010 addentry(struct magic_set *ms, struct magic_entry *me, in addentry()
1227 apprentice_load(struct magic_set *ms, const char *fn, int action) in apprentice_load()
1421 string_modifier_check(struct magic_set *ms, struct magic *m) in string_modifier_check()
1532 check_cond(struct magic_set *ms, int cond, uint32_t cont_level) in check_cond()
2451 check_format(struct magic_set *ms, struct magic *m) in check_format()
2876 apprentice_map(struct magic_set *ms, const char *fn) in apprentice_map()
[all …]
H A Dreadcdf.c50 #define NOTMIME(ms) (((ms)->flags & MAGIC_MIME) == 0) argument
135 cdf_file_property_info(struct magic_set *ms, const cdf_property_info_t *info, in cdf_file_property_info()
258 cdf_file_catalog(struct magic_set *ms, const cdf_header_t *h, in cdf_file_catalog()
289 cdf_file_summary_info(struct magic_set *ms, const cdf_header_t *h, in cdf_file_summary_info()
361 cdf_file_catalog_info(struct magic_set *ms, const cdf_info_t *info, in cdf_file_catalog_info()
379 cdf_check_summary_info(struct magic_set *ms, const cdf_info_t *info, in cdf_check_summary_info()
504 cdf_file_dir_info(struct magic_set *ms, const cdf_dir_t *dir) in cdf_file_dir_info()
533 file_trycdf(struct magic_set *ms, int fd, const unsigned char *buf, in file_trycdf()
H A Dsoftmagic.c125 file_fmtcheck(struct magic_set *ms, const struct magic *m, const char *def, in file_fmtcheck()
169 match(struct magic_set *ms, struct magic *magic, uint32_t nmagic, in match()
413 check_fmt(struct magic_set *ms, struct magic *m) in check_fmt()
436 mprint(struct magic_set *ms, struct magic *m) in mprint()
842 cvt_id3(struct magic_set *ms, uint32_t v) in cvt_id3()
1005 mconvert(struct magic_set *ms, struct magic *m, int flip) in mconvert()
1162 mcopy(struct magic_set *ms, union VALUETYPE *p, int type, int indir, in mcopy()
1326 mget(struct magic_set *ms, const unsigned char *s, struct magic *m, in mget()
1722 magiccheck(struct magic_set *ms, struct magic *m) in magiccheck()
2065 handle_annotation(struct magic_set *ms, struct magic *m, int firstline) in handle_annotation()
[all …]
H A Dfsmagic.c82 handle_mime(struct magic_set *ms, int mime, const char *str) in handle_mime()
97 file_fsmagic(struct magic_set *ms, const char *fn, zend_stat_t *sb, php_stream *stream) in file_fsmagic()
H A Dascmagic.c71 file_ascmagic(struct magic_set *ms, const unsigned char *buf, size_t nbytes, in file_ascmagic()
98 file_ascmagic_with_encoding(struct magic_set *ms, const unsigned char *buf, in file_ascmagic_with_encoding()
H A Dapptype.c45 file_os2_apptype(struct magic_set *ms, const char *fn, const void *buf, in file_os2_apptype()
H A Dis_tar.c63 file_is_tar(struct magic_set *ms, const unsigned char *buf, size_t nbytes) in file_is_tar()
H A Dprint.c59 file_magwarn(struct magic_set *ms, const char *f, ...) in file_magwarn()
H A Dder.c244 der_offs(struct magic_set *ms, struct magic *m, size_t nbytes) in der_offs()
275 der_cmp(struct magic_set *ms, struct magic *m) in der_cmp()
H A Dcompress.c145 file_zmagic(struct magic_set *ms, int fd, const char *name, in file_zmagic()
337 file_pipe2file(struct magic_set *ms, int fd, const void *startbuf, in file_pipe2file()
H A Dencoding.c69 file_encoding(struct magic_set *ms, const unsigned char *buf, size_t nbytes, unichar **ubuf, size_t… in file_encoding()
/PHP-7.2/main/streams/
H A Dmemory.c51 php_stream_memory_data *ms = (php_stream_memory_data*)stream->abstract; in php_stream_memory_write() local
83 php_stream_memory_data *ms = (php_stream_memory_data*)stream->abstract; in php_stream_memory_read() local
108 php_stream_memory_data *ms = (php_stream_memory_data*)stream->abstract; in php_stream_memory_close() local
132 php_stream_memory_data *ms = (php_stream_memory_data*)stream->abstract; in php_stream_memory_seek() local
203 php_stream_memory_data *ms = (php_stream_memory_data*)stream->abstract; in php_stream_memory_stat() local
237 php_stream_memory_data *ms = (php_stream_memory_data*)stream->abstract; in php_stream_memory_set_option() local
304 php_stream_memory_data *ms; in _php_stream_memory_open() local
328 php_stream_memory_data *ms = (php_stream_memory_data*)stream->abstract; in _php_stream_memory_get_buffer() local
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_events.c375 struct timeval ms; in fpm_event_loop() local
/PHP-7.2/ext/date/
H A Dphp_date.c3554 static void php_date_time_set(zval *object, zend_long h, zend_long i, zend_long s, zend_long ms, zv… in php_date_time_set()
3573 zend_long h, i, s = 0, ms = 0; in PHP_FUNCTION() local
3591 zend_long h, i, s = 0, ms = 0; in PHP_METHOD() local
/PHP-7.2/ext/sqlite3/
H A Dsqlite3.c324 zend_long ms; in PHP_METHOD() local
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c21119 double ms = 0.0; in parseHhMmSs() local

Completed in 557 milliseconds