Searched refs:edit_cb_ctx (Results 1 - 9 of 9) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/utils/ |
H A D | edit_simple.c | 21 static void *edit_cb_ctx; variable 36 edit_eof_cb(edit_cb_ctx); 44 edit_cmd_cb(edit_cb_ctx, cmdbuf); 63 edit_cb_ctx = ctx;
|
H A D | edit_readline.c | 18 static void *edit_cb_ctx; variable 67 pending_completions = edit_completion_cb(edit_cb_ctx, 104 edit_eof_cb(edit_cb_ctx); 108 edit_cmd_cb(edit_cb_ctx, cmd); 117 edit_cb_ctx = ctx; 167 if (filter_cb && filter_cb(edit_cb_ctx, p)) {
|
H A D | edit.c | 35 static void *edit_cb_ctx; variable 305 if (filter_cb && filter_cb(edit_cb_ctx, h->str)) 359 edit_cmd_cb(edit_cb_ctx, cmdbuf); 437 c = edit_completion_cb(edit_cb_ctx, cmdbuf, cmdbuf_pos); 1028 edit_eof_cb(edit_cb_ctx); 1075 edit_eof_cb(edit_cb_ctx); 1124 edit_cb_ctx = ctx;
|
/external/wpa_supplicant_8/src/utils/ |
H A D | edit_simple.c | 21 static void *edit_cb_ctx; variable 36 edit_eof_cb(edit_cb_ctx); 44 edit_cmd_cb(edit_cb_ctx, cmdbuf); 63 edit_cb_ctx = ctx;
|
H A D | edit_readline.c | 18 static void *edit_cb_ctx; variable 67 pending_completions = edit_completion_cb(edit_cb_ctx, 104 edit_eof_cb(edit_cb_ctx); 108 edit_cmd_cb(edit_cb_ctx, cmd); 117 edit_cb_ctx = ctx; 167 if (filter_cb && filter_cb(edit_cb_ctx, p)) {
|
H A D | edit.c | 35 static void *edit_cb_ctx; variable 305 if (filter_cb && filter_cb(edit_cb_ctx, h->str)) 359 edit_cmd_cb(edit_cb_ctx, cmdbuf); 437 c = edit_completion_cb(edit_cb_ctx, cmdbuf, cmdbuf_pos); 1028 edit_eof_cb(edit_cb_ctx); 1075 edit_eof_cb(edit_cb_ctx); 1124 edit_cb_ctx = ctx;
|
/external/wpa_supplicant_8/wpa_supplicant/src/utils/ |
H A D | edit_simple.c | 21 static void *edit_cb_ctx; variable 36 edit_eof_cb(edit_cb_ctx); 44 edit_cmd_cb(edit_cb_ctx, cmdbuf); 63 edit_cb_ctx = ctx;
|
H A D | edit_readline.c | 18 static void *edit_cb_ctx; variable 67 pending_completions = edit_completion_cb(edit_cb_ctx, 104 edit_eof_cb(edit_cb_ctx); 108 edit_cmd_cb(edit_cb_ctx, cmd); 117 edit_cb_ctx = ctx; 167 if (filter_cb && filter_cb(edit_cb_ctx, p)) {
|
H A D | edit.c | 35 static void *edit_cb_ctx; variable 305 if (filter_cb && filter_cb(edit_cb_ctx, h->str)) 359 edit_cmd_cb(edit_cb_ctx, cmdbuf); 437 c = edit_completion_cb(edit_cb_ctx, cmdbuf, cmdbuf_pos); 1028 edit_eof_cb(edit_cb_ctx); 1075 edit_eof_cb(edit_cb_ctx); 1124 edit_cb_ctx = ctx;
|
Completed in 31 milliseconds