Home | History | Annotate | Download | only in cintltst

Lines Matching defs:cbInfo

1287      callBackContext cbInfo = {4, 0, 0};
1288 const void *pContext = &cbInfo;
1299 uregex_setMatchCallback(re, &TestCallbackFn, &cbInfo, &status);
1301 TEST_ASSERT(cbInfo.numCalls == 0);
1304 TEST_ASSERT(cbInfo.numCalls > 0);
1309 TEST_ASSERT(pContext == &cbInfo);