Searched refs:clb (Results 1 - 7 of 7) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
H A D | fst_internal.h | 40 #define foreach_fst_ctrl_call(clb, ...) \ 45 if (__fst_ctrl_h->ctrl.clb) \ 46 __fst_ctrl_h->ctrl.clb(__VA_ARGS__);\
|
H A D | fst_session.h | 53 void fst_session_enum(struct fst_group *g, fst_session_enum_clb clb, void *ctx);
|
H A D | fst_session.c | 1183 void fst_session_enum(struct fst_group *g, fst_session_enum_clb clb, void *ctx) in fst_session_enum() argument 1189 clb(s->group, s, ctx); in fst_session_enum()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
H A D | fst_internal.h | 40 #define foreach_fst_ctrl_call(clb, ...) \ 45 if (__fst_ctrl_h->ctrl.clb) \ 46 __fst_ctrl_h->ctrl.clb(__VA_ARGS__);\
|
H A D | fst_session.h | 53 void fst_session_enum(struct fst_group *g, fst_session_enum_clb clb, void *ctx);
|
H A D | fst_session.c | 1183 void fst_session_enum(struct fst_group *g, fst_session_enum_clb clb, void *ctx) in fst_session_enum() argument 1189 clb(s->group, s, ctx); in fst_session_enum()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | varArgParamTypeCheck.js | 5 function callback(clb:()=>void) { 31 function callback(clb) {
|
Completed in 5 milliseconds