Searched refs:errs (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 719 errs = MAX(errs, fileerr); in file_apprentice() 1275 (*errs)++; in load_1() 1305 (*errs)++; in load_1() 1333 (*errs)++; in load_1() 1455 int errs = 0; in apprentice_load() local 1490 errs++; in apprentice_load() 1497 errs++; in apprentice_load() 1512 errs++; in apprentice_load() 1529 if (errs) in apprentice_load() 1557 errs++; in apprentice_load() [all …]
|
/PHP-8.3/ext/fileinfo/ |
H A D | libmagic.patch | 276 if (errs == -1) { 288 load_1(struct magic_set *ms, int action, const char *fn, int *errs, 353 int errs = 0; 391 errs++; 403 errs++; 426 errs++; 439 load_1(ms, action, filearr[i], &errs, mset); 448 load_1(ms, action, fn, &errs, mset);
|
Completed in 32 milliseconds