Home
last modified time | relevance | path

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

/PHP-7.0/ext/fileinfo/libmagic/
H A Dfuncs.c96 if (ms->event_flags & EVENT_HAD_ERR) in file_error_core()
117 ms->event_flags |= EVENT_HAD_ERR; in file_error_core()
310 ms->event_flags &= ~EVENT_HAD_ERR; in file_reset()
329 if (ms->event_flags & EVENT_HAD_ERR) in file_getbuffer()
474 if (ms->event_flags & EVENT_HAD_ERR) in file_push_buffer()
494 if (ms->event_flags & EVENT_HAD_ERR) { in file_pop_buffer()
H A Dmagic.c447 return (ms->event_flags & EVENT_HAD_ERR) ? ms->o.buf : NULL; in magic_error()
455 return (ms->event_flags & EVENT_HAD_ERR) ? ms->error : 0; in magic_errno()
H A Dfile.h393 int event_flags; /* Note things that happened. */ member
H A Dsoftmagic.c1678 if (rbuf == NULL && ms->event_flags & EVENT_HAD_ERR) in mget()
H A Dapprentice.c500 ms->event_flags = 0; in file_ms_alloc()
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch216 ms->event_flags = 0;
2034 - if (ms->event_flags & EVENT_HAD_ERR)
2098 if (ms->event_flags & EVENT_HAD_ERR)
2123 ms->event_flags |= EVENT_HAD_ERR;
2206 ms->event_flags &= ~EVENT_HAD_ERR;
2215 if (ms->event_flags & EVENT_HAD_ERR)
2341 if (ms->event_flags & EVENT_HAD_ERR)
2352 if (ms->event_flags & EVENT_HAD_ERR) {

Completed in 30 milliseconds