Home
last modified time | relevance | path

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

/PHP-7.2/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()
344 ms->event_flags &= ~EVENT_HAD_ERR; in file_reset()
363 if (ms->event_flags & EVENT_HAD_ERR) in file_getbuffer()
509 if (ms->event_flags & EVENT_HAD_ERR) in file_push_buffer()
529 if (ms->event_flags & EVENT_HAD_ERR) { in file_pop_buffer()
H A Dmagic.c311 return (ms->event_flags & EVENT_HAD_ERR) ? ms->o.buf : NULL; in magic_error()
319 return (ms->event_flags & EVENT_HAD_ERR) ? ms->error : 0; in magic_errno()
H A Dfile.h400 int event_flags; /* Note things that happened. */ member
H A Dsoftmagic.c1549 if (rbuf == NULL && ms->event_flags & EVENT_HAD_ERR) in mget()
H A Dapprentice.c505 ms->event_flags = 0; in file_ms_alloc()
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch202 ms->event_flags = 0;
1987 - if (ms->event_flags & EVENT_HAD_ERR)
2052 if (ms->event_flags & EVENT_HAD_ERR)
2079 ms->event_flags |= EVENT_HAD_ERR;
2161 ms->event_flags &= ~EVENT_HAD_ERR;
2289 if (ms->event_flags & EVENT_HAD_ERR)
2300 if (ms->event_flags & EVENT_HAD_ERR) {

Completed in 36 milliseconds