Home
last modified time | relevance | path

Searched refs:stmt_hash (Results 1 – 8 of 8) sorted by relevance

/dports/textproc/augeas/augeas-1.12.0/lenses/
H A Ddhclient.aug101 let stmt_hash = [ key stmt_hash_re var
158 | stmt_hash
174 let statement = (stmt_simple|stmt_opt_mod|stmt_array|stmt_hash|stmt_block)
/dports/databases/libgda5/libgda-5.2.10/libgda/
H A Dgda-connection.c5835 static GHashTable *stmt_hash = NULL; in gda_connection_get_meta_store_data_v() local
5850 if (!stmt_hash) in gda_connection_get_meta_store_data_v()
5851 stmt_hash = prepare_meta_statements_hash (); in gda_connection_get_meta_store_data_v()
5865 stmt = g_hash_table_lookup (stmt_hash, &key); in gda_connection_get_meta_store_data_v()
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/
H A Dgda-connection.c5835 static GHashTable *stmt_hash = NULL; in gda_connection_get_meta_store_data_v() local
5850 if (!stmt_hash) in gda_connection_get_meta_store_data_v()
5851 stmt_hash = prepare_meta_statements_hash (); in gda_connection_get_meta_store_data_v()
5865 stmt = g_hash_table_lookup (stmt_hash, &key); in gda_connection_get_meta_store_data_v()
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/
H A Dgda-connection.c5835 static GHashTable *stmt_hash = NULL; in gda_connection_get_meta_store_data_v() local
5850 if (!stmt_hash) in gda_connection_get_meta_store_data_v()
5851 stmt_hash = prepare_meta_statements_hash (); in gda_connection_get_meta_store_data_v()
5865 stmt = g_hash_table_lookup (stmt_hash, &key); in gda_connection_get_meta_store_data_v()
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/
H A Dgda-connection.c5835 static GHashTable *stmt_hash = NULL; in gda_connection_get_meta_store_data_v() local
5850 if (!stmt_hash) in gda_connection_get_meta_store_data_v()
5851 stmt_hash = prepare_meta_statements_hash (); in gda_connection_get_meta_store_data_v()
5865 stmt = g_hash_table_lookup (stmt_hash, &key); in gda_connection_get_meta_store_data_v()
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/
H A Dgda-connection.c5835 static GHashTable *stmt_hash = NULL; in gda_connection_get_meta_store_data_v() local
5850 if (!stmt_hash) in gda_connection_get_meta_store_data_v()
5851 stmt_hash = prepare_meta_statements_hash (); in gda_connection_get_meta_store_data_v()
5865 stmt = g_hash_table_lookup (stmt_hash, &key); in gda_connection_get_meta_store_data_v()
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda/
H A Dgda-connection.c5835 static GHashTable *stmt_hash = NULL; in gda_connection_get_meta_store_data_v() local
5850 if (!stmt_hash) in gda_connection_get_meta_store_data_v()
5851 stmt_hash = prepare_meta_statements_hash (); in gda_connection_get_meta_store_data_v()
5865 stmt = g_hash_table_lookup (stmt_hash, &key); in gda_connection_get_meta_store_data_v()
/dports/databases/libgda5-ldap/libgda-5.2.10/libgda/
H A Dgda-connection.c5835 static GHashTable *stmt_hash = NULL;
5850 if (!stmt_hash)
5851 stmt_hash = prepare_meta_statements_hash ();
5865 stmt = g_hash_table_lookup (stmt_hash, &key);