Home
last modified time | relevance | path

Searched refs:p4type (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/devel/mercurial/mercurial-6.0/hgext/convert/
H A Dp4.py322 p4type = self.re_type.match(d[b"type"])
323 if p4type:
325 flags = (p4type.group(1) or b"") + (
326 p4type.group(3) or b""
330 if p4type.group(2) == b"symlink":
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dvdbeaux.c158 pOp->p4type = P4_NOTUSED; in sqlite3VdbeAddOp3()
499 pOut->p4type = P4_NOTUSED; in sqlite3VdbeAddOpList()
591 switch( p4type ){ in freeP4()
727 pOp->p4type = P4_INT32; in sqlite3VdbeChangeP4()
730 pOp->p4type = P4_NOTUSED; in sqlite3VdbeChangeP4()
747 pOp->p4type = P4_KEYINFO; in sqlite3VdbeChangeP4()
750 pOp->p4type = P4_NOTUSED; in sqlite3VdbeChangeP4()
754 pOp->p4type = P4_KEYINFO; in sqlite3VdbeChangeP4()
757 pOp->p4type = P4_VTAB; in sqlite3VdbeChangeP4()
766 pOp->p4type = P4_DYNAMIC; in sqlite3VdbeChangeP4()
[all …]
H A Dvdbe.c927 if( pOp->p4type==P4_DYNAMIC ){ in sqlite3VdbeExec()
930 pOp->p4type = P4_DYNAMIC; in sqlite3VdbeExec()
1371 assert( pOp->p4type==P4_FUNCDEF || pOp->p4type==P4_VDBEFUNC ); in sqlite3VdbeExec()
1372 if( pOp->p4type==P4_FUNCDEF ){ in sqlite3VdbeExec()
1416 pOp->p4type = P4_VDBEFUNC; in sqlite3VdbeExec()
2339 if( pOp->p4type==P4_MEM ){ in sqlite3VdbeExec()
3078 if( pOp->p4type==P4_KEYINFO ){ in sqlite3VdbeExec()
3494 assert( pOp->p4type==P4_INT32 ); in sqlite3VdbeExec()
3578 assert( pOp->p4type==P4_INT32 ); in sqlite3VdbeExec()
4895 assert( pOp->p4type==P4_INT32 ); in sqlite3VdbeExec()
[all …]
H A Dvdbe.h44 signed char p4type; /* One of the P4_xxx constants for p4 */ member
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dvdbeaux.c188 pOp->p4type = P4_NOTUSED; in sqlite3VdbeAddOp3()
332 pOp->p4type = P4_INT32; in sqlite3VdbeAddOp4Int()
839 switch( p4type ){ in freeP4()
889 if( pOp->p4type <= P4_FREE_IF_LE ) freeP4(db, pOp->p4type, pOp->p4.p); in vdbeFreeOpArray()
917 pOp->p4type = P4_NOTUSED; in sqlite3VdbeChangeToNoop()
958 if( pOp->p4type ){ in vdbeChangeP4Full()
960 pOp->p4type = 0; in vdbeChangeP4Full()
988 if( n>=0 || pOp->p4type ){ in sqlite3VdbeChangeP4()
996 pOp->p4type = P4_INT32; in sqlite3VdbeChangeP4()
1025 pOp->p4type = n; in sqlite3VdbeAppendP4()
[all …]
H A Dvdbe.c1068 if( pOp->p4type==P4_DYNAMIC ){ in sqlite3VdbeExec()
1071 pOp->p4type = P4_DYNAMIC; in sqlite3VdbeExec()
2534 if( pOp->p4type==P4_MEM ){ in sqlite3VdbeExec()
3397 if( pOp->p4type==P4_KEYINFO ){ in sqlite3VdbeExec()
3993 assert( pOp->p4type==P4_INT32 ); in sqlite3VdbeExec()
4367 assert( pOp->p4type==P4_TABLE || pOp->p4type>=P4_STATIC ); in sqlite3VdbeExec()
4395 && pOp->p4type==P4_TABLE in sqlite3VdbeExec()
6158 pOp->p4type = P4_FUNCCTX; in sqlite3VdbeExec()
6820 assert( pOp->p4type==P4_VTAB ); in sqlite3VdbeExec()
6950 pOp->p4type = P4_FUNCCTX; in sqlite3VdbeExec()
[all …]
H A Dvdbe.h43 signed char p4type; /* One of the P4_xxx constants for p4 */ member
210 void sqlite3VdbeAppendP4(Vdbe*, void *pP4, int p4type);
H A Dvdbeblob.c314 aOp[1].p4type = P4_INT32; in sqlite3_blob_open()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dvdbeaux.c252 pOp->p4type = P4_NOTUSED; in sqlite3VdbeAddOp3()
496 pOp->p4type = P4_INT32; in sqlite3VdbeAddOp4Int()
1123 switch( p4type ){ in freeP4()
1174 if( pOp->p4type <= P4_FREE_IF_LE ) freeP4(db, pOp->p4type, pOp->p4.p); in vdbeFreeOpArray()
1209 pOp->p4type = P4_NOTUSED; in sqlite3VdbeChangeToNoop()
1285 if( pOp->p4type ){ in vdbeChangeP4Full()
1287 pOp->p4type = 0; in vdbeChangeP4Full()
1315 if( n>=0 || pOp->p4type ){ in sqlite3VdbeChangeP4()
1323 pOp->p4type = P4_INT32; in sqlite3VdbeChangeP4()
1352 pOp->p4type = n; in sqlite3VdbeAppendP4()
[all …]
H A Dvdbe.h43 signed char p4type; /* One of the P4_xxx constants for p4 */ member
242 void sqlite3VdbeAppendP4(Vdbe*, void *pP4, int p4type);
H A Dvdbe.c1188 if( pOp->p4type==P4_DYNAMIC ){ in sqlite3VdbeExec()
1191 pOp->p4type = P4_DYNAMIC; in sqlite3VdbeExec()
2378 assert( pOp->p4type==P4_INT32 ); in sqlite3VdbeExec()
2761 if( pOp->p4type==P4_MEM ){ in sqlite3VdbeExec()
3819 if( pOp->p4type==P4_KEYINFO ){ in sqlite3VdbeExec()
4695 assert( pOp->p4type==P4_INT32 ); in sqlite3VdbeExec()
5079 assert( pOp->p4type==P4_TABLE || pOp->p4type>=P4_STATIC ); in sqlite3VdbeExec()
5222 if( pOp->p4type==P4_TABLE in sqlite3VdbeExec()
7004 pOp->p4type = P4_FUNCCTX; in sqlite3VdbeExec()
7778 assert( pOp->p4type==P4_VTAB ); in sqlite3VdbeExec()
[all …]
H A Dvdbeblob.c313 aOp[1].p4type = P4_INT32; in sqlite3_blob_open()
H A Dinsert.c197 assert( pOp->p4type==P4_VTAB ); in readsTable()
252 assert( pOp->p4type==P4_DYNAMIC ); in sqlite3ComputeGeneratedColumns()
2323 zP4 = x.p4type==P4_INT32 ? SQLITE_INT_TO_PTR(x.p4.i) : x.p4.z; in sqlite3GenerateConstraintChecks()
2324 sqlite3VdbeAddOp4(v, x.opcode, x.p1, p2, x.p3, zP4, x.p4type); in sqlite3GenerateConstraintChecks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dvdbeaux.c252 pOp->p4type = P4_NOTUSED; in sqlite3VdbeAddOp3()
495 pOp->p4type = P4_INT32; in sqlite3VdbeAddOp4Int()
1122 switch( p4type ){ in freeP4()
1173 if( pOp->p4type <= P4_FREE_IF_LE ) freeP4(db, pOp->p4type, pOp->p4.p); in vdbeFreeOpArray()
1208 pOp->p4type = P4_NOTUSED; in sqlite3VdbeChangeToNoop()
1284 if( pOp->p4type ){ in vdbeChangeP4Full()
1286 pOp->p4type = 0; in vdbeChangeP4Full()
1314 if( n>=0 || pOp->p4type ){ in sqlite3VdbeChangeP4()
1322 pOp->p4type = P4_INT32; in sqlite3VdbeChangeP4()
1351 pOp->p4type = n; in sqlite3VdbeAppendP4()
[all …]
H A Dvdbe.h43 signed char p4type; /* One of the P4_xxx constants for p4 */ member
242 void sqlite3VdbeAppendP4(Vdbe*, void *pP4, int p4type);
H A Dvdbe.c1193 if( pOp->p4type==P4_DYNAMIC ){ in sqlite3VdbeExec()
1196 pOp->p4type = P4_DYNAMIC; in sqlite3VdbeExec()
2391 assert( pOp->p4type==P4_INT32 ); in sqlite3VdbeExec()
2774 if( pOp->p4type==P4_MEM ){ in sqlite3VdbeExec()
3832 if( pOp->p4type==P4_KEYINFO ){ in sqlite3VdbeExec()
4700 assert( pOp->p4type==P4_INT32 ); in sqlite3VdbeExec()
5082 assert( pOp->p4type==P4_TABLE || pOp->p4type>=P4_STATIC ); in sqlite3VdbeExec()
5197 if( pOp->p4type==P4_TABLE in sqlite3VdbeExec()
6977 pOp->p4type = P4_FUNCCTX; in sqlite3VdbeExec()
7751 assert( pOp->p4type==P4_VTAB ); in sqlite3VdbeExec()
[all …]
H A Dvdbeblob.c313 aOp[1].p4type = P4_INT32; in sqlite3_blob_open()
H A Dinsert.c197 assert( pOp->p4type==P4_VTAB ); in readsTable()
252 assert( pOp->p4type==P4_DYNAMIC ); in sqlite3ComputeGeneratedColumns()
2189 zP4 = x.p4type==P4_INT32 ? SQLITE_INT_TO_PTR(x.p4.i) : x.p4.z; in sqlite3GenerateConstraintChecks()
2190 sqlite3VdbeAddOp4(v, x.opcode, x.p1, p2, x.p3, zP4, x.p4type); in sqlite3GenerateConstraintChecks()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dvdbeaux.c252 pOp->p4type = P4_NOTUSED; in sqlite3VdbeAddOp3()
494 pOp->p4type = P4_INT32; in sqlite3VdbeAddOp4Int()
1092 switch( p4type ){ in freeP4()
1143 if( pOp->p4type <= P4_FREE_IF_LE ) freeP4(db, pOp->p4type, pOp->p4.p); in vdbeFreeOpArray()
1178 pOp->p4type = P4_NOTUSED; in sqlite3VdbeChangeToNoop()
1254 if( pOp->p4type ){ in vdbeChangeP4Full()
1256 pOp->p4type = 0; in vdbeChangeP4Full()
1284 if( n>=0 || pOp->p4type ){ in sqlite3VdbeChangeP4()
1292 pOp->p4type = P4_INT32; in sqlite3VdbeChangeP4()
1321 pOp->p4type = n; in sqlite3VdbeAppendP4()
[all …]
H A Dvdbe.c1190 if( pOp->p4type==P4_DYNAMIC ){ in sqlite3VdbeExec()
1193 pOp->p4type = P4_DYNAMIC; in sqlite3VdbeExec()
2388 assert( pOp->p4type==P4_INT32 ); in sqlite3VdbeExec()
2771 if( pOp->p4type==P4_MEM ){ in sqlite3VdbeExec()
3803 if( pOp->p4type==P4_KEYINFO ){ in sqlite3VdbeExec()
4498 assert( pOp->p4type==P4_INT32 ); in sqlite3VdbeExec()
4878 assert( pOp->p4type==P4_TABLE || pOp->p4type>=P4_STATIC ); in sqlite3VdbeExec()
4993 if( pOp->p4type==P4_TABLE in sqlite3VdbeExec()
6731 pOp->p4type = P4_FUNCCTX; in sqlite3VdbeExec()
7504 assert( pOp->p4type==P4_VTAB ); in sqlite3VdbeExec()
[all …]
H A Dvdbe.h43 signed char p4type; /* One of the P4_xxx constants for p4 */ member
241 void sqlite3VdbeAppendP4(Vdbe*, void *pP4, int p4type);
H A Dvdbeblob.c313 aOp[1].p4type = P4_INT32; in sqlite3_blob_open()
H A Dinsert.c196 assert( pOp->p4type==P4_VTAB ); in readsTable()
251 assert( pOp->p4type==P4_DYNAMIC ); in sqlite3ComputeGeneratedColumns()
2183 sqlite3VdbeAddOp4(v, x.opcode, x.p1, p2, x.p3, x.p4.z, x.p4type); in sqlite3GenerateConstraintChecks()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dgit-p4.py440 def split_p4_type(p4type): argument
460 if p4type in p4_filetypes_historical:
461 p4type = p4_filetypes_historical[p4type]
463 s = p4type.split("+")
/dports/devel/git-svn/git-2.34.1/
H A Dgit-p4.py537 def split_p4_type(p4type): argument
557 if p4type in p4_filetypes_historical:
558 p4type = p4_filetypes_historical[p4type]
560 s = p4type.split("+")

123456789