Home
last modified time | relevance | path

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

/PHP-7.3/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()
145 magic_check(struct magic_set *ms, const char *magicfile) in magic_check()
153 magic_list(struct magic_set *ms, const char *magicfile) in magic_list()
198 magic_descriptor(struct magic_set *ms, int fd) in magic_descriptor()
209 magic_file(struct magic_set *ms, const char *inname) in magic_file()
217 magic_stream(struct magic_set *ms, php_stream *stream) in magic_stream()
317 magic_error(struct magic_set *ms) in magic_error()
325 magic_errno(struct magic_set *ms) in magic_errno()
333 magic_getflags(struct magic_set *ms) in magic_getflags()
[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()
336 file_reset(struct magic_set *ms, int checkloaded) in file_reset()
364 file_getbuffer(struct magic_set *ms) in file_getbuffer()
442 file_check_mem(struct magic_set *ms, unsigned int level) in file_check_mem()
465 file_printedlen(const struct magic_set *ms) in file_printedlen()
[all …]
H A Dapprentice.c408 apprentice_1(struct magic_set *ms, const char *fn, int action) in apprentice_1()
461 file_ms_free(struct magic_set *ms) in file_ms_free()
483 struct magic_set *ms; in file_ms_alloc() local
571 file_apprentice(struct magic_set *ms, const char *fn, int action) in file_apprentice()
1050 addentry(struct magic_set *ms, struct magic_entry *me, in addentry()
1267 apprentice_load(struct magic_set *ms, const char *fn, int action) in apprentice_load()
1461 string_modifier_check(struct magic_set *ms, struct magic *m) in string_modifier_check()
1572 check_cond(struct magic_set *ms, int cond, uint32_t cont_level) in check_cond()
2491 check_format(struct magic_set *ms, struct magic *m) in check_format()
2955 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
141 cdf_file_property_info(struct magic_set *ms, const cdf_property_info_t *info, in cdf_file_property_info()
261 cdf_file_catalog(struct magic_set *ms, const cdf_header_t *h, in cdf_file_catalog()
292 cdf_file_summary_info(struct magic_set *ms, const cdf_header_t *h, in cdf_file_summary_info()
364 cdf_file_catalog_info(struct magic_set *ms, const cdf_info_t *info, in cdf_file_catalog_info()
382 cdf_check_summary_info(struct magic_set *ms, const cdf_info_t *info, in cdf_check_summary_info()
507 cdf_file_dir_info(struct magic_set *ms, const cdf_dir_t *dir) in cdf_file_dir_info()
536 file_trycdf(struct magic_set *ms, const struct buffer *b) in file_trycdf()
H A Dsoftmagic.c101 file_softmagic(struct magic_set *ms, const struct buffer *b, in file_softmagic()
131 file_fmtcheck(struct magic_set *ms, const char *desc, const char *def, in file_fmtcheck()
175 match(struct magic_set *ms, struct magic *magic, uint32_t nmagic, in match()
423 check_fmt(struct magic_set *ms, const char *fmt) in check_fmt()
503 mprint(struct magic_set *ms, struct magic *m, const struct buffer *b) in mprint()
917 cvt_id3(struct magic_set *ms, uint32_t v) in cvt_id3()
1080 mconvert(struct magic_set *ms, struct magic *m, int flip) in mconvert()
1237 mcopy(struct magic_set *ms, union VALUETYPE *p, int type, int indir, in mcopy()
1446 mget(struct magic_set *ms, struct magic *m, const struct buffer *b, in mget()
1846 magiccheck(struct magic_set *ms, struct magic *m) in magiccheck()
[all …]
H A Dfsmagic.c72 handle_mime(struct magic_set *ms, int mime, const char *str) in handle_mime()
87 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 struct buffer *b, int text) in file_ascmagic()
99 file_ascmagic_with_encoding(struct magic_set *ms, 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 Dprint.c216 file_magwarn(struct magic_set *ms, const char *f, ...) in file_magwarn()
H A Dis_tar.c63 file_is_tar(struct magic_set *ms, const struct buffer *b) in file_is_tar()
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 struct buffer *b, unichar **ubuf, in file_encoding()
/PHP-7.3/main/streams/
H A Dmemory.c49 php_stream_memory_data *ms = (php_stream_memory_data*)stream->abstract; in php_stream_memory_write() local
82 php_stream_memory_data *ms = (php_stream_memory_data*)stream->abstract; in php_stream_memory_read() local
107 php_stream_memory_data *ms = (php_stream_memory_data*)stream->abstract; in php_stream_memory_close() local
131 php_stream_memory_data *ms = (php_stream_memory_data*)stream->abstract; in php_stream_memory_seek() local
202 php_stream_memory_data *ms = (php_stream_memory_data*)stream->abstract; in php_stream_memory_stat() local
233 php_stream_memory_data *ms = (php_stream_memory_data*)stream->abstract; in php_stream_memory_set_option() local
323 php_stream_memory_data *ms; in _php_stream_memory_open() local
347 php_stream_memory_data *ms = (php_stream_memory_data*)stream->abstract; in _php_stream_memory_get_buffer() local
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_events.c387 struct timeval ms; in fpm_event_loop() local
/PHP-7.3/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()
3574 zend_long h, i, s = 0, ms = 0; in PHP_FUNCTION() local
3592 zend_long h, i, s = 0, ms = 0; in PHP_METHOD() local
/PHP-7.3/ext/sqlite3/
H A Dsqlite3.c322 zend_long ms; in PHP_METHOD() local
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c21119 double ms = 0.0; in parseHhMmSs() local

Completed in 443 milliseconds