Home
last modified time | relevance | path

Searched refs:escape_literal (Results 1 – 25 of 25) sorted by relevance

/dports/databases/py-postgresql/py-postgresql-1.1.0/postgresql/test/
H A Dtest_string.py292 pg_str.escape_literal(chars),
300 pg_str.escape_literal(chars),
/dports/devel/p5-libxml-enno/libxml-enno-1.02/lib/XML/Handler/
H A DComposer.pm257 my $escape_literal = $self->{Escape}->{SystemLiteral};
261 $sysId = &$escape_literal ($sysId) if defined $sysId;
263 $pubId = &$escape_literal ($pubId) if defined $pubId;
/dports/databases/py-psycopg/psycopg-3.0.5/psycopg/
H A Dadapt.py63 return esc.escape_literal(value)
/dports/databases/py-psycopg-c/psycopg-c-3.0.5/psycopg_c/
H A Dpq.pxd50 cpdef escape_literal(self, data) member in Escaping
H A Dpq.c1300 …PyObject *(*escape_literal)(struct __pyx_obj_9psycopg_c_2pq_Escaping *, PyObject *, int __pyx_skip… member
28821 …__pyx_vtable_9psycopg_c_2pq_Escaping.escape_literal = (PyObject *(*)(struct __pyx_obj_9psycopg_c_2… in __Pyx_modinit_type_init_code()
H A D_psycopg.c2893 …PyObject *(*escape_literal)(struct __pyx_obj_9psycopg_c_2pq_Escaping *, PyObject *, int __pyx_skip…
14263 …__pyx_vtabstruct_9psycopg_c_2pq_Escaping *)__pyx_v_esc->__pyx_vtab)->escape_literal(__pyx_v_esc, _… in __pyx_pf_9psycopg_c_8_psycopg_7CDumper_4quote()
/dports/databases/py-postgresql/py-postgresql-1.1.0/postgresql/
H A Dstring.py18 def escape_literal(text): function
/dports/databases/py-psycopg/psycopg-3.0.5/psycopg/pq/
H A Dabc.py366 def escape_literal(self, data: Buffer) -> memoryview: member in Escaping
H A Dpq_ctypes.py948 def escape_literal(self, data: "abc.Buffer") -> memoryview: member in Escaping
/dports/textproc/lowdown/lowdown-0.10.0/
H A Dhtml.c93 escape_literal(struct lowdown_buf *ob, in escape_literal() function
184 if (!escape_literal(ob, &parm->text, st)) in rndr_blockcode()
/dports/lang/php73/php-7.3.33/ext/pgsql/
H A Dpgsql.c809 …gsql_PQescapeInternal(PGconn *conn, const char *str, size_t len, int escape_literal, int safe) /* … in php_pgsql_PQescapeInternal() argument
820 if (escape_literal) { in php_pgsql_PQescapeInternal()
4590 static void php_pgsql_escape_internal(INTERNAL_FUNCTION_PARAMETERS, int escape_literal) /* {{{ */ { argument
4624 if (escape_literal) {
/dports/databases/php73-pgsql/php-7.3.33/ext/pgsql/
H A Dpgsql.c809 …gsql_PQescapeInternal(PGconn *conn, const char *str, size_t len, int escape_literal, int safe) /* … in php_pgsql_PQescapeInternal() argument
820 if (escape_literal) { in php_pgsql_PQescapeInternal()
4590 static void php_pgsql_escape_internal(INTERNAL_FUNCTION_PARAMETERS, int escape_literal) /* {{{ */ { argument
4624 if (escape_literal) {
/dports/databases/php74-pgsql/php-7.4.27/ext/pgsql/
H A Dpgsql.c803 …gsql_PQescapeInternal(PGconn *conn, const char *str, size_t len, int escape_literal, int safe) /* … in php_pgsql_PQescapeInternal() argument
814 if (escape_literal) { in php_pgsql_PQescapeInternal()
4591 static void php_pgsql_escape_internal(INTERNAL_FUNCTION_PARAMETERS, int escape_literal) /* {{{ */ { argument
4625 if (escape_literal) {
/dports/lang/php74/php-7.4.27/ext/pgsql/
H A Dpgsql.c803 …gsql_PQescapeInternal(PGconn *conn, const char *str, size_t len, int escape_literal, int safe) /* … in php_pgsql_PQescapeInternal() argument
814 if (escape_literal) { in php_pgsql_PQescapeInternal()
4591 static void php_pgsql_escape_internal(INTERNAL_FUNCTION_PARAMETERS, int escape_literal) /* {{{ */ { argument
4625 if (escape_literal) {
/dports/www/mod_php73/php-7.3.33/ext/pgsql/
H A Dpgsql.c809 …gsql_PQescapeInternal(PGconn *conn, const char *str, size_t len, int escape_literal, int safe) /* … in php_pgsql_PQescapeInternal() argument
820 if (escape_literal) { in php_pgsql_PQescapeInternal()
4590 static void php_pgsql_escape_internal(INTERNAL_FUNCTION_PARAMETERS, int escape_literal) /* {{{ */ { argument
4624 if (escape_literal) {
/dports/www/mod_php74/php-7.4.27/ext/pgsql/
H A Dpgsql.c803 …gsql_PQescapeInternal(PGconn *conn, const char *str, size_t len, int escape_literal, int safe) /* … in php_pgsql_PQescapeInternal() argument
814 if (escape_literal) { in php_pgsql_PQescapeInternal()
4591 static void php_pgsql_escape_internal(INTERNAL_FUNCTION_PARAMETERS, int escape_literal) /* {{{ */ { argument
4625 if (escape_literal) {
/dports/databases/py-mysql-connector-python/mysql-connector-python-8.0.27/lib/mysqlx/
H A Dexpr.py410 def escape_literal(string): function
/dports/databases/py-PyGreSQL/PyGreSQL-5.2/docs/contents/pg/
H A Ddb_wrapper.rst815 escape_literal/identifier/string/bytea -- escape for SQL
824 .. method:: DB.escape_literal(string)
/dports/databases/php80-pgsql/php-8.0.15/ext/pgsql/
H A Dpgsql.c3374 static void php_pgsql_escape_internal(INTERNAL_FUNCTION_PARAMETERS, int escape_literal) /* {{{ */ { in php_pgsql_escape_internal() argument
3403 if (escape_literal) { in php_pgsql_escape_internal()
/dports/databases/php81-pgsql/php-8.1.1/ext/pgsql/
H A Dpgsql.c3370 static void php_pgsql_escape_internal(INTERNAL_FUNCTION_PARAMETERS, int escape_literal) /* {{{ */ { in php_pgsql_escape_internal() argument
3397 if (escape_literal) { in php_pgsql_escape_internal()
/dports/www/mod_php81/php-8.1.1/ext/pgsql/
H A Dpgsql.c3370 static void php_pgsql_escape_internal(INTERNAL_FUNCTION_PARAMETERS, int escape_literal) /* {{{ */ { in php_pgsql_escape_internal() argument
3397 if (escape_literal) { in php_pgsql_escape_internal()
/dports/lang/php80/php-8.0.15/ext/pgsql/
H A Dpgsql.c3374 static void php_pgsql_escape_internal(INTERNAL_FUNCTION_PARAMETERS, int escape_literal) /* {{{ */ { in php_pgsql_escape_internal() argument
3403 if (escape_literal) { in php_pgsql_escape_internal()
/dports/lang/php81/php-8.1.1/ext/pgsql/
H A Dpgsql.c3370 static void php_pgsql_escape_internal(INTERNAL_FUNCTION_PARAMETERS, int escape_literal) /* {{{ */ { in php_pgsql_escape_internal() argument
3397 if (escape_literal) { in php_pgsql_escape_internal()
/dports/www/mod_php80/php-8.0.15/ext/pgsql/
H A Dpgsql.c3374 static void php_pgsql_escape_internal(INTERNAL_FUNCTION_PARAMETERS, int escape_literal) /* {{{ */ { in php_pgsql_escape_internal() argument
3403 if (escape_literal) { in php_pgsql_escape_internal()
/dports/databases/py-PyGreSQL/PyGreSQL-5.2/tests/
H A Dtest_classic_dbwrapper.py309 self.assertEqual(self.db.escape_literal(''), "''")
518 f = self.db.escape_literal