Home
last modified time | relevance | path

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

/PHP-8.1/ext/fileinfo/libmagic/
H A Dmagic.c112 magic_close(struct magic_set *ms) in magic_close()
123 magic_load(struct magic_set *ms, const char *magicfile) in magic_load()
139 magic_check(struct magic_set *ms, const char *magicfile) in magic_check()
147 magic_list(struct magic_set *ms, const char *magicfile) in magic_list()
160 magic_descriptor(struct magic_set *ms, int fd) in magic_descriptor()
171 magic_file(struct magic_set *ms, const char *inname) in magic_file()
179 magic_stream(struct magic_set *ms, php_stream *stream) in magic_stream()
281 magic_error(struct magic_set *ms) in magic_error()
289 magic_errno(struct magic_set *ms) in magic_errno()
297 magic_getflags(struct magic_set *ms) in magic_getflags()
[all …]
H A Dfuncs.c71 file_clearbuf(struct magic_set *ms) in file_clearbuf()
232 file_oomem(struct magic_set *ms, size_t len) in file_oomem()
239 file_badseek(struct magic_set *ms) in file_badseek()
245 file_badread(struct magic_set *ms) in file_badread()
254 file_separator(struct magic_set *ms) in file_separator()
260 trim_separator(struct magic_set *ms) in trim_separator()
279 checkdone(struct magic_set *ms, int *rv) in checkdone()
289 file_default(struct magic_set *ms, size_t nb) in file_default()
539 file_getbuffer(struct magic_set *ms) in file_getbuffer()
640 file_printedlen(const struct magic_set *ms) in file_printedlen()
[all …]
H A Dapprentice.c424 apprentice_1(struct magic_set *ms, const char *fn, int action) in apprentice_1()
484 file_ms_free(struct magic_set *ms) in file_ms_free()
506 struct magic_set *ms; in file_ms_alloc() local
577 mlist_free_all(struct magic_set *ms) in mlist_free_all()
613 file_apprentice(struct magic_set *ms, const char *fn, int action) in file_apprentice()
1103 addentry(struct magic_set *ms, struct magic_entry *me, in addentry()
1522 string_modifier_check(struct magic_set *ms, struct magic *m) in string_modifier_check()
1633 check_cond(struct magic_set *ms, int cond, uint32_t cont_level) in check_cond()
2581 check_format(struct magic_set *ms, struct magic *m) in check_format()
3032 apprentice_map(struct magic_set *ms, const char *fn) in apprentice_map()
[all …]
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()
202 match(struct magic_set *ms, struct magic *magic, uint32_t nmagic, in match()
479 check_fmt(struct magic_set *ms, const char *fmt) in check_fmt()
581 mprint(struct magic_set *ms, struct magic *m) in mprint()
981 cvt_id3(struct magic_set *ms, uint32_t v) in cvt_id3()
1144 mconvert(struct magic_set *ms, struct magic *m, int flip) in mconvert()
1531 save_cont(struct magic_set *ms, struct cont *c) in save_cont()
1542 restore_cont(struct magic_set *ms, struct cont *c) in restore_cont()
2056 magiccheck(struct magic_set *ms, struct magic *m) in magiccheck()
[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 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, const struct buffer *b, 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.c226 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 Dis_csv.c133 file_is_csv(struct magic_set *ms, const struct buffer *b, int looks_text) in file_is_csv()
H A Dcompress.c231 format_decompression_error(struct magic_set *ms, size_t i, unsigned char *buf) in format_decompression_error()
248 file_zmagic(struct magic_set *ms, const struct buffer *b, const char *name) in file_zmagic()
448 file_pipe2file(struct magic_set *ms, int fd, const void *startbuf, in file_pipe2file()
H A Dder.c265 der_offs(struct magic_set *ms, struct magic *m, size_t nbytes) in der_offs()
303 der_cmp(struct magic_set *ms, struct magic *m) in der_cmp()
H A Dis_json.c394 file_is_json(struct magic_set *ms, const struct buffer *b) in file_is_json()
H A Dencoding.c75 file_encoding(struct magic_set *ms, const struct buffer *b, in file_encoding()
/PHP-8.1/main/streams/
H A Dmemory.c45 php_stream_memory_data *ms = (php_stream_memory_data*)stream->abstract; in php_stream_memory_write() local
71 php_stream_memory_data *ms = (php_stream_memory_data*)stream->abstract; in php_stream_memory_read() local
95 php_stream_memory_data *ms = (php_stream_memory_data*)stream->abstract; in php_stream_memory_close() local
116 php_stream_memory_data *ms = (php_stream_memory_data*)stream->abstract; in php_stream_memory_seek() local
187 php_stream_memory_data *ms = (php_stream_memory_data*)stream->abstract; in php_stream_memory_stat() local
218 php_stream_memory_data *ms = (php_stream_memory_data*)stream->abstract; in php_stream_memory_set_option() local
306 php_stream_memory_data *ms; in _php_stream_memory_open() local
320 php_stream_memory_data *ms = (php_stream_memory_data*)stream->abstract; in _php_stream_memory_get_buffer() local
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_events.c392 struct timeval ms; in fpm_event_loop() local
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_mips.h81 #define DASM_PSZ(ms) (sizeof(dasm_State)+(ms-1)*sizeof(dasm_Section)) argument
H A Ddasm_arm.h82 #define DASM_PSZ(ms) (sizeof(dasm_State)+(ms-1)*sizeof(dasm_Section)) argument
H A Ddasm_ppc.h81 #define DASM_PSZ(ms) (sizeof(dasm_State)+(ms-1)*sizeof(dasm_Section)) argument
H A Ddasm_arm64.h84 #define DASM_PSZ(ms) (sizeof(dasm_State)+(ms-1)*sizeof(dasm_Section)) argument
H A Ddasm_x86.h80 #define DASM_PSZ(ms) (sizeof(dasm_State)+(ms-1)*sizeof(dasm_Section)) argument
/PHP-8.1/ext/date/
H A Dphp_date.c3215 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()
3233 zend_long h, i, s = 0, ms = 0; in PHP_FUNCTION() local
3249 zend_long h, i, s = 0, ms = 0; in PHP_METHOD() local
/PHP-8.1/ext/sqlite3/
H A Dsqlite3.c356 zend_long ms; in PHP_METHOD() local

Completed in 96 milliseconds