Home
last modified time | relevance | path

Searched refs:sql (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dstatement.c53 …pysqlite_statement_create(pysqlite_Statement* self, pysqlite_Connection* connection, PyObject* sql) in pysqlite_statement_create() argument
63 if (PyString_Check(sql)) { in pysqlite_statement_create()
64 sql_str = sql; in pysqlite_statement_create()
66 } else if (PyUnicode_Check(sql)) { in pysqlite_statement_create()
67 sql_str = PyUnicode_AsUTF8String(sql); in pysqlite_statement_create()
78 self->sql = sql_str; in pysqlite_statement_create()
331 sql_cstr = PyString_AsString(self->sql); in pysqlite_statement_recompile()
418 Py_XDECREF(self->sql); in pysqlite_statement_dealloc()
Dstatement.h39 PyObject* sql; member
46 …ysqlite_statement_create(pysqlite_Statement* self, pysqlite_Connection* connection, PyObject* sql);
Dconnection.c1177 PyObject* sql; in pysqlite_connection_call() local
1186 if (!PyArg_ParseTuple(args, "O", &sql)) { in pysqlite_connection_call()
1199 statement->sql = NULL; in pysqlite_connection_call()
1203 rc = pysqlite_statement_create(statement, self, sql); in pysqlite_connection_call()
/device/linaro/bootloader/edk2/StdLib/Efi/StdLib/etc/
Dservices261 ms-sql-s 1433/tcp # Microsoft SQL Server
262 ms-sql-s 1433/udp
263 ms-sql-m 1434/tcp # Microsoft SQL Monitor
264 ms-sql-m 1434/udp
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
Dmsilib.py89 def sql(self): member in Table
132 v = db.OpenView(self.sql())
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
DREADME104 sample/sql.c example of the variable meta characters.