Home
last modified time | relevance | path

Searched refs:event_flags (Results 1 – 6 of 6) sorted by relevance

/PHP-7.3/ext/fileinfo/libmagic/
H A Dfuncs.c94 if (ms->event_flags & EVENT_HAD_ERR) in file_error_core()
115 ms->event_flags |= EVENT_HAD_ERR; in file_error_core()
350 ms->event_flags &= ~EVENT_HAD_ERR; in file_reset()
369 if (ms->event_flags & EVENT_HAD_ERR) in file_getbuffer()
512 if (ms->event_flags & EVENT_HAD_ERR) in file_push_buffer()
532 if (ms->event_flags & EVENT_HAD_ERR) { in file_pop_buffer()
H A Dmagic.c321 return (ms->event_flags & EVENT_HAD_ERR) ? ms->o.buf : NULL; in magic_error()
329 return (ms->event_flags & EVENT_HAD_ERR) ? ms->error : 0; in magic_errno()
H A Dfile.h412 int event_flags; /* Note things that happened. */ member
H A Dsoftmagic.c1673 if (rbuf == NULL && ms->event_flags & EVENT_HAD_ERR) in mget()
H A Dapprentice.c501 ms->event_flags = 0; in file_ms_alloc()
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch227 ms->event_flags = 0;
2843 - if (ms->event_flags & EVENT_HAD_ERR)
2906 if (ms->event_flags & EVENT_HAD_ERR)
2933 ms->event_flags |= EVENT_HAD_ERR;
3036 ms->event_flags &= ~EVENT_HAD_ERR;
3161 if (ms->event_flags & EVENT_HAD_ERR)
3172 if (ms->event_flags & EVENT_HAD_ERR) {

Completed in 86 milliseconds