Home
last modified time | relevance | path

Searched refs:EVENT_HAD_ERR (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/fileinfo/libmagic/
H A Dfuncs.c93 if (ms->event_flags & EVENT_HAD_ERR) in file_error_core()
114 ms->event_flags |= EVENT_HAD_ERR; in file_error_core()
322 ms->event_flags &= ~EVENT_HAD_ERR; in file_reset()
341 if (ms->event_flags & EVENT_HAD_ERR) in file_getbuffer()
H A Dmagic.c450 return (ms->event_flags & EVENT_HAD_ERR) ? ms->o.buf : NULL; in magic_error()
458 return (ms->event_flags & EVENT_HAD_ERR) ? ms->error : 0; in magic_errno()
H A Dfile.h390 #define EVENT_HAD_ERR 0x01 macro
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1654 - ms->event_flags |= EVENT_HAD_ERR;
1998 if (ms->event_flags & EVENT_HAD_ERR)
2023 ms->event_flags |= EVENT_HAD_ERR;
2102 ms->event_flags &= ~EVENT_HAD_ERR;
2111 if (ms->event_flags & EVENT_HAD_ERR)

Completed in 17 milliseconds