Home
last modified time | relevance | path

Searched refs:clb (Results 1 - 7 of 7) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A Dfst_internal.h40 #define foreach_fst_ctrl_call(clb, ...) \
45 if (__fst_ctrl_h->ctrl.clb) \
46 __fst_ctrl_h->ctrl.clb(__VA_ARGS__);\
H A Dfst_session.h53 void fst_session_enum(struct fst_group *g, fst_session_enum_clb clb, void *ctx);
H A Dfst_session.c1183 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 Dfst_internal.h40 #define foreach_fst_ctrl_call(clb, ...) \
45 if (__fst_ctrl_h->ctrl.clb) \
46 __fst_ctrl_h->ctrl.clb(__VA_ARGS__);\
H A Dfst_session.h53 void fst_session_enum(struct fst_group *g, fst_session_enum_clb clb, void *ctx);
H A Dfst_session.c1183 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 DvarArgParamTypeCheck.js5 function callback(clb:()=>void) {
31 function callback(clb) {

Completed in 5 milliseconds