Home | History | Annotate | Download | only in cintltst

Lines Matching defs:match

356         log_err("Error with the initialization of match start and length\n");
368 log_err("Error next match found at idx %d (len:%d); expected %d (len:%d)\n",
392 log_err("Error next match found at %d (len:%d); expected <NO MATCH>\n",
410 log_err("Error previous match found at %d (len:%d); expected %d (len:%d)\n",
434 log_err("Error previous match found at %d (len:%d); expected <NO MATCH>\n",
457 log_err("Error following match starting at %d (overlap:%d) found at %d (len:%d); expected <NO MATCH>\n",
475 log_err("Error following match starting at %d (overlap: %d) found at %d (len:%d); expected %d (len:%d)\n",
493 count = -1; /* last non-negative offset index, could be -1 if no match */
508 log_err("Error preceding match starting at %d (overlap: %d) found at %d (len:%d); expected <NO MATCH>\n",
527 log_err("Error preceding match starting at %d (overlap: %d) found at %d (len:%d); expected %d (len:%d)\n",
951 match, when we shouldn't\n");
956 log_err("Error: Found case insensitive match not found\n");
1265 log_err("Error match found at %d %d\n",
1279 log_err("Error match found at %d %d\n",
1304 log_err("Error match found at %d %d\n",
1369 log_err("Error setting canonical match to the default\n");
1376 log_err("Error setting canonical match true\n");
1383 log_err("Error setting canonical match false\n");
1388 log_err("Error setting canonical match to illegal value\n");
1407 SearchData search = MATCH[0];
1446 log_err("Error match found at %d %d\n",
1461 log_err("Error pre-flighting match length\n");
1466 log_err("Error getting match text with buffer size 0\n");
1472 log_err("Error getting match text with exact size\n");
1490 log_err("Error end of match not found\n");
1510 while (MATCH[count].text != NULL) {
1511 SearchData search = MATCH[count];
1521 log_err("Error getting the first and last match of a NULL string search\n");
1542 log_err("Error getting first match\n");
1546 log_err("Error getting last match\n");
1554 log_err("Error getting following match at index %d\n",
1563 log_err("Error getting preceeding match at index %d\n",
1572 log_err("Error expecting out of bounds match\n");
1575 log_err("Error expecting out of bounds match\n");
2323 log_err("Error match found at %d %d\n",
2347 log_err("Error match found at %d %d\n",
2586 log_verbose("Match at %d\n", pos);
2825 int32_t match = 0;
2873 match = usearch_first( usearch,
2881 if(match==0) {
2882 log_verbose("OK: match=%d\n", match);
2884 log_err("Err: match expected 0 got %d\n", match);
2928 int32_t match = 0;
2970 match = usearch_first(usearch,
2976 log_verbose("match=%d\n", match);