Home | History | Annotate | Download | only in cintltst

Lines Matching defs:cbInfo

1242      callBackContext cbInfo = {4, 0, 0};
1243 const void *pContext = &cbInfo;
1254 uregex_setMatchCallback(re, &TestCallbackFn, &cbInfo, &status);
1256 TEST_ASSERT(cbInfo.numCalls == 0);
1259 TEST_ASSERT(cbInfo.numCalls > 0);
1264 TEST_ASSERT(pContext == &cbInfo);