Searched refs:errs (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 718 errs = MAX(errs, fileerr); in file_apprentice() 1276 (*errs)++; in load_1() 1306 (*errs)++; in load_1() 1334 (*errs)++; in load_1() 1456 int errs = 0; in apprentice_load() local 1491 errs++; in apprentice_load() 1498 errs++; in apprentice_load() 1513 errs++; in apprentice_load() 1530 if (errs) in apprentice_load() 1558 errs++; in apprentice_load() [all …]
|
/php-src/ext/fileinfo/ |
H A D | libmagic.patch | 283 if (errs == -1) { 295 load_1(struct magic_set *ms, int action, const char *fn, int *errs, 360 int errs = 0; 398 errs++; 410 errs++; 433 errs++; 446 load_1(ms, action, filearr[i], &errs, mset); 455 load_1(ms, action, fn, &errs, mset);
|
Completed in 16 milliseconds