Home
last modified time | relevance | path

Searched refs:pB (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/libsqlite/src/
H A Dexpr.c1495 int sqliteExprCompare(Expr *pA, Expr *pB){ in sqliteExprCompare() argument
1498 return pB==0; in sqliteExprCompare()
1499 }else if( pB==0 ){ in sqliteExprCompare()
1502 if( pA->op!=pB->op ) return 0; in sqliteExprCompare()
1503 if( !sqliteExprCompare(pA->pLeft, pB->pLeft) ) return 0; in sqliteExprCompare()
1504 if( !sqliteExprCompare(pA->pRight, pB->pRight) ) return 0; in sqliteExprCompare()
1506 if( pB->pList==0 ) return 0; in sqliteExprCompare()
1507 if( pA->pList->nExpr!=pB->pList->nExpr ) return 0; in sqliteExprCompare()
1509 if( !sqliteExprCompare(pA->pList->a[i].pExpr, pB->pList->a[i].pExpr) ){ in sqliteExprCompare()
1513 }else if( pB->pList ){ in sqliteExprCompare()
[all …]
H A Dselect.c83 int sqliteJoinType(Parse *pParse, Token *pA, Token *pB, Token *pC){ in sqliteJoinType() argument
102 apAll[1] = pB; in sqliteJoinType()
124 if( pB==0 ){ pB = &dummy; zSp1 = 0; } in sqliteJoinType()
127 pA->z, pA->n, zSp1, 1, pB->z, pB->n, zSp2, 1, pC->z, pC->n, 0); in sqliteJoinType()
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create.cfg52 "1p" "1P" "1z" "1Z" "1gb" "1gB" "1Gb" "1GB" "1pb" "1pB" "1Pb" \