Home
last modified time | relevance | path

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

/PHP-8.0/ext/fileinfo/libmagic/
H A Dfuncs.c163 if (ms->event_flags & EVENT_HAD_ERR) in file_error_core()
184 ms->event_flags |= EVENT_HAD_ERR; in file_error_core()
484 ms->event_flags &= ~EVENT_HAD_ERR; in file_reset()
503 if (ms->event_flags & EVENT_HAD_ERR) in file_getbuffer()
646 if (ms->event_flags & EVENT_HAD_ERR) in file_push_buffer()
668 if (ms->event_flags & EVENT_HAD_ERR) { in file_pop_buffer()
H A Dmagic.c285 return (ms->event_flags & EVENT_HAD_ERR) ? ms->o.buf : NULL; in magic_error()
293 return (ms->event_flags & EVENT_HAD_ERR) ? ms->error : 0; in magic_errno()
H A Dfile.h424 int event_flags; /* Note things that happened. */ member
H A Dsoftmagic.c1834 if (rbuf == NULL && ms->event_flags & EVENT_HAD_ERR) in mget()
H A Dapprentice.c526 ms->event_flags = 0; in file_ms_alloc()
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch163 ms->event_flags = 0;
2331 - if (ms->event_flags & EVENT_HAD_ERR)
2405 if (ms->event_flags & EVENT_HAD_ERR)
2433 ms->event_flags |= EVENT_HAD_ERR;
2498 ms->event_flags &= ~EVENT_HAD_ERR;
2638 if (ms->event_flags & EVENT_HAD_ERR)
2649 if (ms->event_flags & EVENT_HAD_ERR) {

Completed in 51 milliseconds