Searched refs:sqlite3_free (Results 1 - 14 of 14) sorted by relevance
/third_party/sqlite/src/ |
H A D | shell.c | 503 sqlite3_free(z1); in utf8_printf() 505 sqlite3_free(z2); in utf8_printf() 558 sqlite3_free(z); in iotracePrintf() 722 sqlite3_free(zTrans); in local_getline() 924 sqlite3_free(zSql); in shellFakeSchema() 970 -1, sqlite3_free); in shellModuleSchema() 1039 sqlite3_result_text(pCtx, z, -1, sqlite3_free); in shellAddSchemaName() 1407 sqlite3_free(dirp); in closedir() 2143 sqlite3_free(zMsg); in sha3QueryFunc() 2150 sqlite3_free(zMs in sha3QueryFunc() [all...] |
H A D | sqlite3.c | 698 ** To avoid memory leaks, the application should invoke [sqlite3_free()] 1362 ** invoke [sqlite3_free()] on the result to avoid a memory leak. 3137 ** It is not safe to pass a result table directly to [sqlite3_free()]. 3175 ** function must not try to call [sqlite3_free()] directly. Only 3209 ** released by [sqlite3_free()]. ^Both routines return a 3260 ** ^Calling sqlite3_free() with a pointer previously returned 3262 ** that it might be reused. ^The sqlite3_free() routine is 3264 ** to sqlite3_free() is harmless. After being freed, memory 3268 ** might result if sqlite3_free() is called with a non-NULL pointer that 3278 ** sqlite3_free( 29434 SQLITE_API void sqlite3_free(void *p){ sqlite3_free() function 125910 sqlite3_result_text64(context, (char*)z, zOut-z, sqlite3_free, SQLITE_UTF8); global() local 132378 #define sqlite3_free global() macro [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
H A D | radius_server.c | 416 sqlite3_free(err); in db_table_create_sim_provisioning() 465 sqlite3_free(sql); in srv_log() 866 sqlite3_free(sql); in radius_srv_hs20_t_c_pending() 896 sqlite3_free(sql); in radius_server_add_session() 944 sqlite3_free(sql); in db_update_last_msk() 1052 sqlite3_free(sql); in radius_server_sim_provisioning_session() 1810 sqlite3_free(sql); in radius_server_receive_coa_resp() 2949 sqlite3_free(sql); in radius_server_dac_request()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
H A D | radius_server.c | 273 sqlite3_free(err); in db_table_create_sim_provisioning() 322 sqlite3_free(sql); in srv_log() 699 sqlite3_free(sql); in radius_srv_hs20_t_c_pending() 729 sqlite3_free(sql); in radius_server_add_session() 777 sqlite3_free(sql); in db_update_last_msk() 885 sqlite3_free(sql); in radius_server_sim_provisioning_session() 1643 sqlite3_free(sql); in radius_server_receive_coa_resp() 2752 sqlite3_free(sql); in radius_server_dac_request()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_sim_db.c | 107 sqlite3_free(err); in db_table_create_pseudonym() 133 sqlite3_free(err); in db_table_create_reauth() 199 sqlite3_free(err); in db_add_pseudonym() 299 sqlite3_free(err); in db_add_reauth()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_sim_db.c | 107 sqlite3_free(err); in db_table_create_pseudonym() 133 sqlite3_free(err); in db_table_create_reauth() 199 sqlite3_free(err); in db_add_pseudonym() 299 sqlite3_free(err); in db_add_reauth()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | semind.c | 532 sqlite3_free(sql); in set_db_version() 1118 sqlite3_free(sql); in command_search()
|
/third_party/sqlite/include/ |
H A D | sqlite3ext.h | 455 #define sqlite3_free sqlite3_api->free macro
|
H A D | sqlite3.h | 388 ** To avoid memory leaks, the application should invoke [sqlite3_free()] 1052 ** invoke [sqlite3_free()] on the result to avoid a memory leak. 2824 ** It is not safe to pass a result table directly to [sqlite3_free()]. 2862 ** function must not try to call [sqlite3_free()] directly. Only 2896 ** released by [sqlite3_free()]. ^Both routines return a 2947 ** ^Calling sqlite3_free() with a pointer previously returned 2949 ** that it might be reused. ^The sqlite3_free() routine is 2951 ** to sqlite3_free() is harmless. After being freed, memory 2955 ** might result if sqlite3_free() is called with a non-NULL pointer that 2965 ** sqlite3_free( [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | hlr_auc_gw.c | 136 sqlite3_free(err); in db_table_create_milenage()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | hlr_auc_gw.c | 136 sqlite3_free(err); in db_table_create_milenage()
|
/third_party/python/Modules/_sqlite/ |
H A D | connection.c | 1350 sqlite3_free((void *)expanded_sql); in trace_callback() 2121 sqlite3_free((void *)data); in serialize_impl()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | hostapd.c | 1098 sqlite3_free(err); in db_table_create_radius_attributes()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | hostapd.c | 1059 sqlite3_free(err); in db_table_create_radius_attributes()
|
Completed in 202 milliseconds