Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/libmagic/
H A Dmagic.c115 magic_close(struct magic_set *ms) in magic_close()
126 magic_load(struct magic_set *ms, const char *magicfile) in magic_load()
142 magic_check(struct magic_set *ms, const char *magicfile) in magic_check()
150 magic_list(struct magic_set *ms, const char *magicfile) in magic_list()
197 magic_descriptor(struct magic_set *ms, int fd) in magic_descriptor()
208 magic_file(struct magic_set *ms, const char *inname) in magic_file()
216 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.c58 file_printf(struct magic_set *ms, const char *fmt, ...) in file_printf()
140 file_oomem(struct magic_set *ms, size_t len) in file_oomem()
147 file_badseek(struct magic_set *ms) in file_badseek()
153 file_badread(struct magic_set *ms) in file_badread()
159 file_separator(struct magic_set *ms) in file_separator()
165 checkdone(struct magic_set *ms, int *rv) in checkdone()
175 file_default(struct magic_set *ms, size_t nb) in file_default()
386 file_reset(struct magic_set *ms, int checkloaded) in file_reset()
414 file_getbuffer(struct magic_set *ms) in file_getbuffer()
515 file_printedlen(const struct magic_set *ms) in file_printedlen()
[all …]
H A Dapprentice.c415 apprentice_1(struct magic_set *ms, const char *fn, int action) in apprentice_1()
468 file_ms_free(struct magic_set *ms) in file_ms_free()
490 struct magic_set *ms; in file_ms_alloc() local
583 file_apprentice(struct magic_set *ms, const char *fn, int action) in file_apprentice()
1064 addentry(struct magic_set *ms, struct magic_entry *me, in addentry()
1281 apprentice_load(struct magic_set *ms, const char *fn, int action) in apprentice_load()
1477 string_modifier_check(struct magic_set *ms, struct magic *m) in string_modifier_check()
1588 check_cond(struct magic_set *ms, int cond, uint32_t cont_level) in check_cond()
2514 check_format(struct magic_set *ms, struct magic *m) in check_format()
2980 apprentice_map(struct magic_set *ms, const char *fn) in apprentice_map()
[all …]
H A Dreadcdf.c46 #define NOTMIME(ms) (((ms)->flags & MAGIC_MIME) == 0) argument
137 cdf_file_property_info(struct magic_set *ms, const cdf_property_info_t *info, in cdf_file_property_info()
257 cdf_file_catalog(struct magic_set *ms, const cdf_header_t *h, in cdf_file_catalog()
288 cdf_file_summary_info(struct magic_set *ms, const cdf_header_t *h, in cdf_file_summary_info()
360 cdf_file_catalog_info(struct magic_set *ms, const cdf_info_t *info, in cdf_file_catalog_info()
378 cdf_check_summary_info(struct magic_set *ms, const cdf_info_t *info, in cdf_check_summary_info()
503 cdf_file_dir_info(struct magic_set *ms, const cdf_dir_t *dir) in cdf_file_dir_info()
532 file_trycdf(struct magic_set *ms, const struct buffer *b) in file_trycdf()
H A Dsoftmagic.c121 file_softmagic(struct magic_set *ms, const struct buffer *b, in file_softmagic()
151 file_fmtcheck(struct magic_set *ms, const char *desc, const char *def, in file_fmtcheck()
200 match(struct magic_set *ms, struct magic *magic, uint32_t nmagic, in match()
470 check_fmt(struct magic_set *ms, const char *fmt) in check_fmt()
550 mprint(struct magic_set *ms, struct magic *m) in mprint()
970 cvt_id3(struct magic_set *ms, uint32_t v) in cvt_id3()
1133 mconvert(struct magic_set *ms, struct magic *m, int flip) in mconvert()
1290 mcopy(struct magic_set *ms, union VALUETYPE *p, int type, int indir, in mcopy()
1502 mget(struct magic_set *ms, struct magic *m, const struct buffer *b, in mget()
1963 magiccheck(struct magic_set *ms, struct magic *m) in magiccheck()
[all …]
H A Dfsmagic.c75 handle_mime(struct magic_set *ms, int mime, const char *str) in handle_mime()
90 file_fsmagic(struct magic_set *ms, const char *fn, zend_stat_t *sb) in file_fsmagic()
H A Dascmagic.c71 file_ascmagic(struct magic_set *ms, const struct buffer *b, int text) in file_ascmagic()
105 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.c218 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 Dcompress.c200 format_decompression_error(struct magic_set *ms, size_t i, unsigned char *buf) in format_decompression_error()
217 file_zmagic(struct magic_set *ms, const struct buffer *b, const char *name) in file_zmagic()
418 file_pipe2file(struct magic_set *ms, int fd, const void *startbuf, in file_pipe2file()
H A Dder.c244 der_offs(struct magic_set *ms, struct magic *m, size_t nbytes) in der_offs()
278 der_cmp(struct magic_set *ms, struct magic *m) in der_cmp()
H A Dis_json.c387 file_is_json(struct magic_set *ms, const struct buffer *b) in file_is_json()
H A Dencoding.c70 file_encoding(struct magic_set *ms, const struct buffer *b, unichar **ubuf, in file_encoding()
/PHP-7.4/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.4/sapi/fpm/fpm/
H A Dfpm_events.c387 struct timeval ms; in fpm_event_loop() local
/PHP-7.4/ext/date/
H A Dphp_date.c3603 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()
3623 zend_long h, i, s = 0, ms = 0; in PHP_FUNCTION() local
3641 zend_long h, i, s = 0, ms = 0; in PHP_METHOD() local
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c370 zend_long ms; in PHP_METHOD() local

Completed in 89 milliseconds