Searched refs:errs (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 668 errs = MAX(errs, fileerr); in file_apprentice() 1149 (*errs)++; in load_1() 1179 (*errs)++; in load_1() 1207 (*errs)++; in load_1() 1323 int errs = 0; in apprentice_load() local 1358 errs++; in apprentice_load() 1365 errs++; in apprentice_load() 1380 errs++; in apprentice_load() 1397 if (errs) in apprentice_load() 1425 errs++; in apprentice_load() [all …]
|
/PHP-8.2/ext/fileinfo/ |
H A D | libmagic.patch | 331 if (errs == -1) { 343 load_1(struct magic_set *ms, int action, const char *fn, int *errs, 383 (*errs)++; 417 int errs = 0; 455 errs++; 467 errs++; 490 errs++; 503 load_1(ms, action, filearr[i], &errs, mset); 512 load_1(ms, action, fn, &errs, mset); 521 errs++;
|
Completed in 15 milliseconds