Searched refs:tempptr (Results 1 – 4 of 4) sorted by relevance
159 void *tempptr; member488 (h)->temp.tempptr = (h)->object_base, \496 (h)->temp.tempptr)
1284 uint8_t *tempptr; in TestCompressOverlap() local1308 tempptr = (uint8_t *)uprv_strchr((char *)result, 1) + 1; in TestCompressOverlap()1309 while (*(tempptr + 1) != 1) { in TestCompressOverlap()1312 if (*tempptr < SEC_COMMON_MIDDLE) { in TestCompressOverlap()1315 tempptr ++; in TestCompressOverlap()1321 tempptr = (uint8_t *)uprv_strrchr((char *)result, 1) + 1; in TestCompressOverlap()1322 while (*(tempptr + 1) != 0) { in TestCompressOverlap()1325 if (*tempptr < TER_ONLY_COMMON_MIDDLE) { in TestCompressOverlap()1328 tempptr ++; in TestCompressOverlap()1335 tempptr = (uint8_t *)uprv_strchr((char *)result, 1) + 1; in TestCompressOverlap()[all …]
4480 const pcre_uchar *tempptr; in compile_branch() local4844 check_posix_syntax(ptr, &tempptr)) in compile_branch()4973 ptr[1] == CHAR_EQUALS_SIGN) && check_posix_syntax(ptr, &tempptr)) in compile_branch()4994 posix_class = check_posix_name(ptr, (int)(tempptr - ptr)); in compile_branch()5024 nestptr = tempptr + 1; in compile_branch()5046 ptr = tempptr + 1; in compile_branch()5063 (xclass || tempptr[2] != CHAR_RIGHT_SQUARE_BRACKET)) in compile_branch()5114 ptr = tempptr + 1; in compile_branch()5365 check_posix_syntax(ptr, &tempptr)) in compile_branch()6713 tempptr = ptr; in compile_branch()[all …]
819 uint8_t *tempptr; in SanityCheckTest() local935 tempptr = gpt->primary_entries; in SanityCheckTest()940 gpt->primary_entries = tempptr; in SanityCheckTest()