Home
last modified time | relevance | path

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

/php-src/ext/fileinfo/libmagic/
H A Dfuncs.c139 if (ms->event_flags & EVENT_HAD_ERR) in file_vprintf()
191 if (ms->event_flags & EVENT_HAD_ERR) in file_error_core()
202 ms->event_flags |= EVENT_HAD_ERR; in file_error_core()
534 ms->event_flags &= ~EVENT_HAD_ERR; in file_reset()
553 if (ms->event_flags & EVENT_HAD_ERR) in file_getbuffer()
696 if (ms->event_flags & EVENT_HAD_ERR) in file_push_buffer()
718 if (ms->event_flags & EVENT_HAD_ERR) { in file_pop_buffer()
H A Dmagic.c294 return (ms->event_flags & EVENT_HAD_ERR) ? ms->o.buf : NULL; in magic_error()
302 return (ms->event_flags & EVENT_HAD_ERR) ? ms->error : 0; in magic_errno()
H A Dfile.h460 int event_flags; /* Note things that happened. */ member
H A Dsoftmagic.c1917 if (rbuf == NULL && ms->event_flags & EVENT_HAD_ERR) in mget()
H A Dapprentice.c570 ms->event_flags = 0; in file_ms_alloc()
/php-src/ext/fileinfo/
H A Dlibmagic.patch99 ms->event_flags = 0;
2036 ms->event_flags &= ~EVENT_HAD_ERR;
2209 if (ms->event_flags & EVENT_HAD_ERR)
2220 if (ms->event_flags & EVENT_HAD_ERR) {

Completed in 35 milliseconds