Searched refs:dump_callback (Results 1 - 3 of 3) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_macsec_linux.c | 85 static int dump_callback(struct nl_msg *msg, void *argp); 158 nl_socket_modify_cb(ctx->sk, NL_CB_VALID, NL_CB_CUSTOM, dump_callback, in init_genl_ctx() 510 static int dump_callback(struct nl_msg *msg, void *argp) in dump_callback() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_macsec_linux.c | 83 static int dump_callback(struct nl_msg *msg, void *argp); 156 nl_socket_modify_cb(ctx->sk, NL_CB_VALID, NL_CB_CUSTOM, dump_callback, in init_genl_ctx() 508 static int dump_callback(struct nl_msg *msg, void *argp) in dump_callback() function
|
/third_party/sqlite/src/ |
H A D | shell.c | 18565 static int dump_callback(void *pArg, int nArg, char **azArg, char **azNotUsed){ in dump_callback() function 18680 ** Run zQuery. Use dump_callback() as the callback routine so that 18692 rc = sqlite3_exec(p->db, zQuery, dump_callback, p, &zErr); in run_schema_dump_query() 18705 rc = sqlite3_exec(p->db, zQ2, dump_callback, p, &zErr); in run_schema_dump_query()
|
Completed in 38 milliseconds