Lines Matching defs:pContext
1320 const void *pContext = &cbInfo;1324 uregex_getMatchCallback(re, &returnedFn, &pContext, &status);1327 TEST_ASSERT(pContext == NULL);1339 uregex_getMatchCallback(re, &returnedFn, &pContext, &status);1341 TEST_ASSERT(pContext == &cbInfo);