Home
last modified time | relevance | path

Searched refs:sqlid (Results 1 – 15 of 15) sorted by relevance

/dports/security/softhsm2/softhsm-2.6.1/src/bin/dump/
H A Dsofthsm2-dump-db.cpp481 sqlite3_finalize(sqlid); in dump_booleans()
489 sqlite3_finalize(sqlid); in dump_booleans()
505 sqlite3_finalize(sqlid); in dump_booleans()
580 sqlite3_finalize(sqlid); in dump_integers()
588 sqlite3_finalize(sqlid); in dump_integers()
604 sqlite3_finalize(sqlid); in dump_integers()
679 sqlite3_finalize(sqlid); in dump_binaries()
687 sqlite3_finalize(sqlid); in dump_binaries()
778 sqlite3_finalize(sqlid); in dump_arrays()
786 sqlite3_finalize(sqlid); in dump_arrays()
[all …]
/dports/www/gregarius/gregarius/
H A Dfeed.php66 $sqlid = preg_replace('#'.RSS_URI_SEPARATOR.'#','_', variable
70 $sql = "select id from " . getTable("channels") ." where title like '$sqlid'";
89 ." where f.name like '$sqlid' and f.id > 0";
109 . "and t.tag like '$sqlid'";
151 …$sqlid = preg_replace("/[_';]/","%",sanitize($_REQUEST['iid'],RSS_SANITIZER_SIMPLE_SQL|RSS_SANITI… variable
152 $sql = "select id from " .getTable("item") ." i where i.title like '$sqlid' and i.cid=$cid";
/dports/databases/libgda5/libgda-5.2.10/providers/oracle/
H A Dgda-oracle-meta.c490 oracle_identifier_to_value (const gchar *sqlid) in oracle_identifier_to_value() argument
493 g_return_val_if_fail (sqlid, NULL); in oracle_identifier_to_value()
496 if (g_ascii_isalnum (*sqlid)) { in oracle_identifier_to_value()
498 for (ptr = sqlid; *ptr; ptr++) { in oracle_identifier_to_value()
501 g_value_take_string (v, gda_sql_identifier_force_quotes (sqlid)); in oracle_identifier_to_value()
506 g_value_set_string (v, sqlid); in oracle_identifier_to_value()
509 g_value_take_string (v, gda_sql_identifier_force_quotes (sqlid)); in oracle_identifier_to_value()
/dports/databases/libgda5-postgresql/libgda-5.2.10/providers/oracle/
H A Dgda-oracle-meta.c490 oracle_identifier_to_value (const gchar *sqlid) in oracle_identifier_to_value() argument
493 g_return_val_if_fail (sqlid, NULL); in oracle_identifier_to_value()
496 if (g_ascii_isalnum (*sqlid)) { in oracle_identifier_to_value()
498 for (ptr = sqlid; *ptr; ptr++) { in oracle_identifier_to_value()
501 g_value_take_string (v, gda_sql_identifier_force_quotes (sqlid)); in oracle_identifier_to_value()
506 g_value_set_string (v, sqlid); in oracle_identifier_to_value()
509 g_value_take_string (v, gda_sql_identifier_force_quotes (sqlid)); in oracle_identifier_to_value()
/dports/databases/libgda5-ui/libgda-5.2.10/providers/oracle/
H A Dgda-oracle-meta.c490 oracle_identifier_to_value (const gchar *sqlid) in oracle_identifier_to_value() argument
493 g_return_val_if_fail (sqlid, NULL); in oracle_identifier_to_value()
496 if (g_ascii_isalnum (*sqlid)) { in oracle_identifier_to_value()
498 for (ptr = sqlid; *ptr; ptr++) { in oracle_identifier_to_value()
501 g_value_take_string (v, gda_sql_identifier_force_quotes (sqlid)); in oracle_identifier_to_value()
506 g_value_set_string (v, sqlid); in oracle_identifier_to_value()
509 g_value_take_string (v, gda_sql_identifier_force_quotes (sqlid)); in oracle_identifier_to_value()
/dports/databases/libgda5-ldap/libgda-5.2.10/providers/oracle/
H A Dgda-oracle-meta.c490 oracle_identifier_to_value (const gchar *sqlid) in oracle_identifier_to_value() argument
493 g_return_val_if_fail (sqlid, NULL); in oracle_identifier_to_value()
496 if (g_ascii_isalnum (*sqlid)) { in oracle_identifier_to_value()
498 for (ptr = sqlid; *ptr; ptr++) { in oracle_identifier_to_value()
501 g_value_take_string (v, gda_sql_identifier_force_quotes (sqlid)); in oracle_identifier_to_value()
506 g_value_set_string (v, sqlid); in oracle_identifier_to_value()
509 g_value_take_string (v, gda_sql_identifier_force_quotes (sqlid)); in oracle_identifier_to_value()
/dports/databases/libgda5-mysql/libgda-5.2.10/providers/oracle/
H A Dgda-oracle-meta.c490 oracle_identifier_to_value (const gchar *sqlid) in oracle_identifier_to_value() argument
493 g_return_val_if_fail (sqlid, NULL); in oracle_identifier_to_value()
496 if (g_ascii_isalnum (*sqlid)) { in oracle_identifier_to_value()
498 for (ptr = sqlid; *ptr; ptr++) { in oracle_identifier_to_value()
501 g_value_take_string (v, gda_sql_identifier_force_quotes (sqlid)); in oracle_identifier_to_value()
506 g_value_set_string (v, sqlid); in oracle_identifier_to_value()
509 g_value_take_string (v, gda_sql_identifier_force_quotes (sqlid)); in oracle_identifier_to_value()
/dports/databases/libgda5-jdbc/libgda-5.2.10/providers/oracle/
H A Dgda-oracle-meta.c490 oracle_identifier_to_value (const gchar *sqlid) in oracle_identifier_to_value() argument
493 g_return_val_if_fail (sqlid, NULL); in oracle_identifier_to_value()
496 if (g_ascii_isalnum (*sqlid)) { in oracle_identifier_to_value()
498 for (ptr = sqlid; *ptr; ptr++) { in oracle_identifier_to_value()
501 g_value_take_string (v, gda_sql_identifier_force_quotes (sqlid)); in oracle_identifier_to_value()
506 g_value_set_string (v, sqlid); in oracle_identifier_to_value()
509 g_value_take_string (v, gda_sql_identifier_force_quotes (sqlid)); in oracle_identifier_to_value()
/dports/databases/libgda5-bdb/libgda-5.2.10/providers/oracle/
H A Dgda-oracle-meta.c490 oracle_identifier_to_value (const gchar *sqlid) in oracle_identifier_to_value() argument
493 g_return_val_if_fail (sqlid, NULL); in oracle_identifier_to_value()
496 if (g_ascii_isalnum (*sqlid)) { in oracle_identifier_to_value()
498 for (ptr = sqlid; *ptr; ptr++) { in oracle_identifier_to_value()
501 g_value_take_string (v, gda_sql_identifier_force_quotes (sqlid)); in oracle_identifier_to_value()
506 g_value_set_string (v, sqlid); in oracle_identifier_to_value()
509 g_value_take_string (v, gda_sql_identifier_force_quotes (sqlid)); in oracle_identifier_to_value()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/options/
H A Doptcolor.cxx151 { Group_Sql, IDS(sqlid) },
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/options/
H A Doptcolor.cxx149 { Group_Sql, IDS(sqlid) },
/dports/editors/libreoffice/libreoffice-7.2.6.2/solenv/sanitizers/ui/
H A Dcui.suppr69 cui/uiconfig/ui/colorconfigwin.ui://GtkLabel[@id='sqlid'] orphan-label
/dports/editors/libreoffice6/libreoffice-6.4.7.2/solenv/sanitizers/ui/
H A Dcui.suppr95 cui/uiconfig/ui/colorconfigwin.ui://GtkLabel[@id='sqlid'] orphan-label
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dsqlanywhere.vim581 syn keyword sqlKeyword sql sqlcode sqlid sqlflagger sqlstate sqrt square
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dsqlanywhere.vim581 syn keyword sqlKeyword sql sqlcode sqlid sqlflagger sqlstate sqrt square