Home
last modified time | relevance | path

Searched refs:EVENT_HAD_ERR (Results 1 – 5 of 5) 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.h461 #define EVENT_HAD_ERR 0x01 macro
H A Dsoftmagic.c1917 if (rbuf == NULL && ms->event_flags & EVENT_HAD_ERR) in mget()
/php-src/ext/fileinfo/
H A Dlibmagic.patch2036 ms->event_flags &= ~EVENT_HAD_ERR;
2209 if (ms->event_flags & EVENT_HAD_ERR)
2220 if (ms->event_flags & EVENT_HAD_ERR) {

Completed in 22 milliseconds