代码搜索:SQLITE
找到约 6,284 项符合「SQLITE」的源代码
代码结果 6,284
www.eeworm.com/read/358128/3002327
tmpcredits .tmpcredits
sqlite
Wez Furlong, Tal Peer, Marcus B鰎ger
www.eeworm.com/read/15944/599017
java petlist.java
package com.androidbook.PetTracker;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteQueryBuilder;
import android.os.Bundle;
i
www.eeworm.com/read/422060/2045559
sh mkdll.sh
#!/bin/sh
#
# This script is used to compile SQLite into a DLL.
#
# Two separate DLLs are generated. "sqlite3.dll" is the core
# library. "tclsqlite3.dll" contains the TCL bindings and is the
# libr
www.eeworm.com/read/422060/2045567
awk memleak.awk
#
# This script looks for memory leaks by analyzing the output of "sqlite"
# when compiled with the SQLITE_DEBUG=2 option.
#
/[0-9]+ malloc / {
mem[$6] = $0
}
/[0-9]+ realloc / {
mem[$8] = "";
www.eeworm.com/read/422060/2045618
c opcodes.c
/* Automatically generated. Do not edit */
/* See the mkopcodec.awk script for details. */
#if !defined(SQLITE_OMIT_EXPLAIN) || !defined(NDEBUG) || defined(VDBE_PROFILE) || defined(SQLITE_DEBUG)
cons
www.eeworm.com/read/422060/2045653
sh mkso.sh
#!/bin/sh
#
# This script is used to compile SQLite into a shared library on Linux.
#
# Two separate shared libraries are generated. "sqlite3.so" is the core
# library. "tclsqlite3.so" contains the
www.eeworm.com/read/395296/2442595
c opcodes.c
/* Automatically generated. Do not edit */
/* See the mkopcodec.awk script for details. */
#if !defined(SQLITE_OMIT_EXPLAIN) || !defined(NDEBUG) || defined(VDBE_PROFILE) || defined(SQLITE_DEBUG)
cons
www.eeworm.com/read/184772/9077920
test async.test
#
# May you do good and not evil.
# May you find forgiveness for yourself and forgive others.
# May you share freely, never taking more than you give.
#
#*************************************
www.eeworm.com/read/377683/9266045
test mutex2.test
# 2008 July 7
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yourself