Home
last modified time | relevance | path

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

/PHP-5.6/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()
322 ms->event_flags &= ~EVENT_HAD_ERR; in file_reset()
341 if (ms->event_flags & EVENT_HAD_ERR) in file_getbuffer()
H A Dmagic.c446 return (ms->event_flags & EVENT_HAD_ERR) ? ms->o.buf : NULL; in magic_error()
454 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.6/ext/fileinfo/
H A Dlibmagic.patch1865 - if (ms->event_flags & EVENT_HAD_ERR)
1929 if (ms->event_flags & EVENT_HAD_ERR)
1954 ms->event_flags |= EVENT_HAD_ERR;
2056 ms->event_flags &= ~EVENT_HAD_ERR;
2065 if (ms->event_flags & EVENT_HAD_ERR)

Completed in 17 milliseconds