Searched refs:pInfo (Results 1 – 1 of 1) sorted by relevance
2318 ex_cb_info_t *pInfo = &ex_cb_info[cb_class]; in ex_cb_register() local2324 if (NULL == pInfo->cb) { in ex_cb_register()2325 pInfo->cb = cb; in ex_cb_register()2326 pInfo->refcon = refcon; in ex_cb_register()2340 ex_cb_info_t *pInfo = &ex_cb_info[cb_class]; in ex_cb_invoke() local2347 if (pInfo->cb) { in ex_cb_invoke()2348 return pInfo->cb(cb_class, pInfo->refcon, &state); in ex_cb_invoke()