Home
last modified time | relevance | path

Searched refs:and_logic (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dvdbe.c1637 static const unsigned char and_logic[] = { 0, 1, 2, 1, 1, 1, 2, 1, 2 }; in sqliteVdbeExec() local
1638 v1 = and_logic[v1*3+v2]; in sqliteVdbeExec()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c64737 static const unsigned char and_logic[] = { 0, 0, 0, 0, 1, 2, 0, 2, 2 };
64738 u.ak.v1 = and_logic[u.ak.v1*3+u.ak.v2];

Completed in 290 milliseconds