OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqlite3_strglob
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/public-domain/sqlite/man/
Makefile
194
sqlite3_strglob
.3 \
/src/external/public-domain/sqlite/dist/
sqlite3ext.h
619
#define
sqlite3_strglob
sqlite3_api->strglob
macro
sqlite3.h
9894
** ^The [
sqlite3_strglob
(P,X)] interface returns zero if and only if
9897
** [
sqlite3_strglob
(P,X)] is the same as for the "X GLOB P" operator in the
9898
** SQL dialect understood by SQLite. ^The [
sqlite3_strglob
(P,X)] function
9906
SQLITE_API int
sqlite3_strglob
(const char *zGlob, const char *zStr);
9927
** See also: [
sqlite3_strglob
()].
shell.c
25613
if(
sqlite3_strglob
("CREATE TABLE ['\"]*", z)==0 ){
26843
}else if(
sqlite3_strglob
("sqlite_stat?", zTable)==0 && !noSys ){
27437
if(
sqlite3_strglob
(zCmd, aUsage[i].zCmd)==0 ) return aUsage[i].zUsage;
27502
if(
sqlite3_strglob
(zPat, azHelp[i])==0 ){
27647
if(
sqlite3_strglob
(pSession->azFilter[i], zTab)==0 ) return 0;
29445
** 1. A GLOB pattern suitable for
sqlite3_strglob
(). If the plan output by
29543
res = zPlan!=0 && ( 0==
sqlite3_strglob
(zGlob, zPlan)
29544
|| 0==
sqlite3_strglob
(zGlobIPK, zPlan));
[
all
...]
sqlite3.c
10215
** ^The [
sqlite3_strglob
(P,X)] interface returns zero if and only if
10218
** [
sqlite3_strglob
(P,X)] is the same as for the "X GLOB P" operator in the
10219
** SQL dialect understood by SQLite. ^The [
sqlite3_strglob
(P,X)] function
10227
SQLITE_API int
sqlite3_strglob
(const char *zGlob, const char *zStr);
10248
** See also: [
sqlite3_strglob
()].
134571
SQLITE_API int
sqlite3_strglob
(const char *zGlobPattern, const char *zString){
function
142839
#define
sqlite3_strglob
macro
[
all
...]
Completed in 109 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026