Home | History | Annotate | Download | only in cintltst

Lines Matching refs:USEARCH_OVERLAP

532     usearch_setAttribute(strsrch, USEARCH_OVERLAP, overlap, &status);
798 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_ON, &status);
800 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_ON) {
808 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_OFF, &status);
810 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF) {
1231 if (usearch_getAttribute(NULL, USEARCH_OVERLAP) != USEARCH_DEFAULT ||
1244 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_DEFAULT, &status);
1246 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF) {
1249 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_ON, &status);
1251 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_ON) {
1254 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_OFF, &status);
1256 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF) {
1259 usearch_setAttribute(strsrch, USEARCH_OVERLAP,
1506 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_ON, &status);
1515 if (usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF ||
1901 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_ON, &status);
1903 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_ON) {
1911 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_OFF, &status);
1913 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF) {