代码搜索:sqlite3
找到约 267 项符合「sqlite3」的源代码
代码结果 267
www.eeworm.com/read/380753/9129786
py setup.py
import os, string
from distutils.core import setup, Extension
pc = os.popen("pkg-config --cflags-only-I glib-2.0 libxml-2.0 sqlite3", "r")
includes = map(lambda x:x[2:], string.split(pc.readline()))
www.eeworm.com/read/377683/9265645
h fulltext.h
#include "sqlite3.h"
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
int fulltext_init(sqlite3 *db);
#ifdef __cplusplus
} /* extern "C" */
#endif /* __cplusplus */
www.eeworm.com/read/377683/9266145
test enc2.test
# 2002 May 24
#
# 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
www.eeworm.com/read/377683/9266242
test openv2.test
# 2007 Sep 3
#
# 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
www.eeworm.com/read/175933/9525067
test enc2.test
# 2002 May 24
#
# 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
www.eeworm.com/read/359567/10138019
test enc2.test
# 2002 May 24
#
# 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
www.eeworm.com/read/418028/10967558
test enc2.test
# 2002 May 24
#
# 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
www.eeworm.com/read/156228/11817309
n
#!/bin/bash
# copyright (GPL) 2004 Mike Chirico mchirico@users.sourceforge.net
# version 1.0
#
# For Sqlite hits ref:
# http://prdownloads.sourceforge.net/souptonuts/sqlite_examples.tar.
www.eeworm.com/read/205013/15329993
test enc2.test
# 2002 May 24
#
# 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
www.eeworm.com/read/377683/9266318
test corrupt6.test
# 2008 May 6
#
# 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