Home
last modified time | relevance | path

Searched refs:zSep (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dvacuum.c111 const char *zSep = "("; in vacuumCallback2() local
120 appendText(&p->s2, zSep, 1); in vacuumCallback2()
121 zSep = ","; in vacuumCallback2()
H A Dbuild.c831 char *zSep, *zSep2, *zEnd; in createTableStmt() local
838 zSep = ""; in createTableStmt()
842 zSep = "\n "; in createTableStmt()
854 strcpy(&zStmt[k], zSep); in createTableStmt()
856 zSep = zSep2; in createTableStmt()
H A Dvdbe.c906 char *zSep; in sqliteVdbeExec() local
911 zSep = pOp->p3; in sqliteVdbeExec()
912 if( zSep==0 ) zSep = ""; in sqliteVdbeExec()
913 nSep = strlen(zSep); in sqliteVdbeExec()
943 memcpy(&zNew[j], zSep, nSep); in sqliteVdbeExec()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c78714 char *zSep, *zSep2, *zEnd;
78722 zSep = "";
78726 zSep = "\n ";
78751 sqlite3_snprintf(n-k, &zStmt[k], zSep);
78753 zSep = zSep2;
83589 const char *zSep;
83602 zSep = (char*)sqlite3_value_text(argv[1]);
83605 zSep = ",";
83608 sqlite3StrAccumAppend(pAccum, zSep, nSep);
86384 const char *zSep;
[all …]

Completed in 315 milliseconds