Home
last modified time | relevance | path

Searched refs:v (Results 201 – 225 of 538) sorted by last modified time

12345678910>>...22

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dvacuum.c192 Vdbe *v = sqliteGetVdbe(pParse); in sqliteVacuum() local
193 sqliteVdbeAddOp(v, OP_Vacuum, 0, 0); in sqliteVacuum()
H A Dupdate.c212 v = sqliteGetVdbe(pParse); in sqliteUpdate()
213 if( v==0 ) goto update_cleanup; in sqliteUpdate()
233 sqliteVdbeAddOp(v, OP_ListWrite, 0, 0); in sqliteUpdate()
242 sqliteVdbeAddOp(v, OP_Integer, 0, 0); in sqliteUpdate()
259 sqliteVdbeAddOp(v, OP_Dup, 0, 0); in sqliteUpdate()
264 sqliteVdbeAddOp(v, OP_Dup, 0, 0); in sqliteUpdate()
347 sqliteVdbeAddOp(v, OP_Dup, 0, 0); in sqliteUpdate()
398 sqliteVdbeAddOp(v, OP_AddImm, 1, 0); in sqliteUpdate()
423 sqliteVdbeChangeP2(v, jumpInst, sqliteVdbeCurrentAddr(v)); in sqliteUpdate()
424 sqliteVdbeAddOp(v, OP_ListReset, 0, 0); in sqliteUpdate()
[all …]
H A Dpragma.c130 Vdbe *v; in flagPragma() local
163 Vdbe *v = sqliteGetVdbe(pParse); in sqlitePragma() local
164 if( v==0 ) return; in sqlitePragma()
304 sqliteVdbeAddOp(v, OP_Dup, 0, 0); in sqlitePragma()
424 v = sqliteGetVdbe(pParse); in sqlitePragma()
452 v = sqliteGetVdbe(pParse); in sqlitePragma()
497 sqliteVdbeOp3(v, OP_String, 0, 0, in sqlitePragma()
622 sqliteVdbeChangeP1(v, addr+1, i); in sqlitePragma()
625 sqliteVdbeChangeP2(v, addr+7, i); in sqlitePragma()
674 sqliteVdbeChangeP2(v, jmp2, sqliteVdbeCurrentAddr(v)); in sqlitePragma()
[all …]
H A Dselect.c417 if( v==0 ) return 0; in selectInnerLoop()
451 sqliteVdbeAddOp(v, OP_Distinct, distinct, sqliteVdbeCurrentAddr(v)+3); in selectInnerLoop()
516 sqliteVdbeChangeP2(v, addr2, sqliteVdbeCurrentAddr(v)); in selectInnerLoop()
610 sqliteVdbeAddOp(v, OP_NotNull, -1, sqliteVdbeCurrentAddr(v)+3); in generateSortTail()
612 sqliteVdbeAddOp(v, OP_Goto, 0, sqliteVdbeCurrentAddr(v)+3); in generateSortTail()
709 assert( v!=0 ); in generateColumnNames()
1164 if( v==0 ){ in sqliteGetVdbe()
1167 return v; in sqliteGetVdbe()
1250 if( v==0 ) return; in computeLimitRegisters()
1852 Vdbe *v; in simpleMinMaxQuery() local
[all …]
H A Ddelete.c141 v = sqliteGetVdbe(pParse); in sqliteDeleteFrom()
142 if( v==0 ){ in sqliteDeleteFrom()
160 sqliteVdbeAddOp(v, OP_Integer, 0, 0); in sqliteDeleteFrom()
177 sqliteVdbeAddOp(v, OP_Rewind, iCur, sqliteVdbeCurrentAddr(v)+2); in sqliteDeleteFrom()
222 end = sqliteVdbeMakeLabel(v); in sqliteDeleteFrom()
229 sqliteVdbeAddOp(v, OP_Dup, 0, 0); in sqliteDeleteFrom()
284 sqliteVdbeAddOp(v, OP_Goto, 0, addr); in sqliteDeleteFrom()
285 sqliteVdbeResolveLabel(v, end); in sqliteDeleteFrom()
297 sqliteVdbeAddOp(v, OP_SetCounts, 0, 0); in sqliteDeleteFrom()
346 sqliteVdbeAddOp(v, OP_Delete, iCur, in sqliteGenerateRowDelete()
[all …]
H A Dexpr.c361 int v; in sqliteExprIsInteger() local
363 *pValue = -v; in sqliteExprIsInteger()
687 if( v==0 ) return 1; in sqliteExprResolveIds()
1012 Vdbe *v = pParse->pVdbe; in sqliteExprCode() local
1014 if( v==0 || pExpr==0 ) return; in sqliteExprCode()
1251 sqliteVdbeDequoteP3(v, -1); in sqliteExprCode()
1277 Vdbe *v; in sqliteExprCodeExprList() local
1279 v = sqliteGetVdbe(pParse); in sqliteExprCodeExprList()
1301 Vdbe *v = pParse->pVdbe; in sqliteExprIfTrue() local
1375 sqliteVdbeChangeP2(v, addr, sqliteVdbeCurrentAddr(v)); in sqliteExprIfTrue()
[all …]
H A Dinsert.c160 v = sqliteGetVdbe(pParse); in sqliteInsert()
228 sqliteVdbeChangeP2(v, iInitCode, sqliteVdbeCurrentAddr(v)); in sqliteInsert()
233 sqliteVdbeChangeP2(v, iInitCode, sqliteVdbeCurrentAddr(v)); in sqliteInsert()
370 sqliteVdbeAddOp(v, OP_NotNull, -1, sqliteVdbeCurrentAddr(v)+3); in sqliteInsert()
432 sqliteVdbeAddOp(v, OP_NotNull, -1, sqliteVdbeCurrentAddr(v)+3); in sqliteInsert()
631 Vdbe *v; in sqliteGenerateConstraintChecks() local
644 assert( v!=0 ); in sqliteGenerateConstraintChecks()
691 sqliteVdbeChangeP2(v, addr, sqliteVdbeCurrentAddr(v)); in sqliteGenerateConstraintChecks()
873 Vdbe *v; in sqliteCompleteInsertion() local
878 assert( v!=0 ); in sqliteCompleteInsertion()
[all …]
H A Dbuild.c71 if( v==0 && (v = sqliteGetVdbe(pParse))!=0 ){ in sqliteExec()
434 Vdbe *v; in sqliteStartTable() local
924 Vdbe *v; in sqliteEndTable() local
1177 Vdbe *v; in sqliteDropTable() local
1234 if( v ){ in sqliteDropTable()
1759 Vdbe *v; in sqliteDropIndex() local
1797 if( v ){ in sqliteDropIndex()
2063 Vdbe *v; in sqliteRollbackTransaction() local
2073 if( v ){ in sqliteRollbackTransaction()
2116 Vdbe *v; in sqliteBeginWriteOperation() local
[all …]
H A Dcopy.c38 Vdbe *v; in sqliteCopy() local
57 v = sqliteGetVdbe(pParse); in sqliteCopy()
58 if( v ){ in sqliteCopy()
61 sqliteVdbeDequoteP3(v, addr); in sqliteCopy()
66 end = sqliteVdbeMakeLabel(v); in sqliteCopy()
70 sqliteVdbeDequoteP3(v, addr); in sqliteCopy()
72 sqliteVdbeChangeP3(v, addr, "\t", 1); in sqliteCopy()
78 sqliteVdbeAddOp(v, OP_NewRecno, 0, 0); in sqliteCopy()
95 sqliteVdbeAddOp(v, OP_Goto, 0, addr); in sqliteCopy()
96 sqliteVdbeResolveLabel(v, end); in sqliteCopy()
[all …]
H A Dattach.c31 Vdbe *v; in sqliteAttach() local
33 v = sqliteGetVdbe(pParse); in sqliteAttach()
34 sqliteVdbeAddOp(v, OP_Halt, 0, 0); in sqliteAttach()
139 Vdbe *v; in sqliteDetach() local
142 v = sqliteGetVdbe(pParse); in sqliteDetach()
143 sqliteVdbeAddOp(v, OP_Halt, 0, 0); in sqliteDetach()
/PHP-5.3/ext/spl/tests/
H A Dspl_recursive_iterator_iterator_key_case.phpt11 foreach($it as $k=>$v)
13 echo "$k=>$v\n";
H A Dspl_001.phpt14 foreach($ar as $v)
16 var_dump($v);
H A Diterator_036.phpt8 foreach($it as $v)
H A Diterator_037.phpt23 foreach($it as $v)
H A Diterator_038.phpt6 foreach(new NoRewindIterator(new ArrayIterator(array('Hello'=>0, 'World'=>1))) as $k => $v)
8 var_dump($v);
H A Diterator_039.phpt50 foreach($it as $k => $v)
53 var_dump($v);
62 foreach(new NoRewindIterator($it) as $k => $v)
65 var_dump($v);
H A Diterator_040.phpt19 foreach($it as $k => $v)
24 var_dump($v);
H A Diterator_042.phpt28 foreach($it as $k => $v)
33 var_dump($v);
H A Diterator_044.phpt23 foreach($ar as $k => $v)
26 var_dump($v);
27 var_dump($this->offsetExists($v));
28 var_dump($this->offsetGet($v));
64 foreach($it as $v); // read all into cache
H A Diterator_045.phpt24 foreach($ar as $k => $v)
26 echo "set($k,$v)\n";
27 $this->offsetSet($k, $v);
34 foreach($ar as $k => $v)
36 echo "unset($v)\n";
37 $this->offsetUnset($v);
44 foreach($this as $v) ;
H A Diterator_046.phpt24 foreach($this as $v) ;
30 foreach($this as $v)
H A Diterator_047.phpt43 foreach(new RecursiveIteratorIterator($this) as $k => $v)
46 var_dump($v);
H A Diterator_048.phpt10 foreach(new RecursiveIteratorIterator($this) as $k => $v)
13 var_dump($v);
H A Diterator_050.phpt10 foreach($this as $k => $v)
13 var_dump($v);
H A Dpqueue_001.phpt18 foreach ($pq as $k=>$v) {
19 echo "$k=>".print_r($v, 1)."\n";
31 foreach ($pq1 as $k=>$v) {
32 echo "$k=>".print_r($v, 1)."\n";
44 foreach ($pq2 as $k=>$v) {
45 echo "$k=>".print_r($v, 1)."\n";
57 foreach ($pq3 as $k=>$v) {
58 echo "$k=>".print_r($v, 1)."\n";

Completed in 70 milliseconds

12345678910>>...22