Searched defs:bad (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_5/ext/mbstring/libmbfl/mbfl/ |
| H A D | mbfilter.c | 487 int i, n, num, bad, res; local 497 bad = 0; 504 bad++; 508 if ((num - 1) <= bad) { 637 int i, n, num, bad; local 662 bad = 0; 669 bad++; 673 if ((num - 1) <= bad && !strict) { 720 int i, n, num, bad; local 745 bad [all...] |
| /PHP_5_5/ext/mbstring/oniguruma/ |
| H A D | regparse.c | 2866 OnigCodePoint bad, OnigEncoding enc, OnigSyntaxType* syn) 2893 if (x == bad) return 0; 2865 str_exist_check_with_esc(OnigCodePoint s[], int n, UChar* from, UChar* to, OnigCodePoint bad, OnigEncoding enc, OnigSyntaxType* syn) argument
|
| /PHP_5_5/sapi/isapi/stresstest/ |
| H A D | stresstest.cpp | 43 LONG bad; member in struct:_TResults 451 printf("%s\r\nOK: %d FAILED: %d\r\n", TestNames.GetAt(i), result.ok, result.bad); 608 InterlockedIncrement(&Results[i].bad);
|
Completed in 13 milliseconds