Searched refs:aType (Results 1 – 8 of 8) sorted by relevance
131 CredentialType aType = a.type(); in operator ==() local132 if (aType != b.type()) in operator ==()139 if (aType == CredentialTypeClientCertificate) { in operator ==()
76 my ($aType) = @_;77 my $self = $aType->SUPER::new;1312 my ($aType) = @_;1314 my $self = $aType->SUPER::new;1394 my ($aType, $aTokenArray) = @_;1396 my $self = $aType->SUPER::new;1615 my ($aType) = @_;1617 my $self = $aType->SUPER::new;
40 my ($aType) = @_;41 my $self = $aType->SUPER::new;608 my ($aType, $aTokenArray) = @_;610 my $self = $aType->SUPER::new;
49 my ($aType) = @_;50 my $self = $aType->SUPER::new;890 my ($aType, $aTokenArray) = @_;892 my $self = $aType->SUPER::new;
68 my ($aType) = @_;72 $self = bless({}, $aType);
533 TypeMask aType = a.getType(); in setConcat() local536 if (0 == aType) { in setConcat()543 if ((aType | bType) & kPerspective_Mask) { in setConcat()
17605 u32 *aType; /* Type values for all entries in the record */ member52157 pCx->aType = (u32 *)&pMem->z[ROUND8(sizeof(VdbeCursor))];52665 u32 *aType; /* aType[i] holds the numeric type of the i-th column */54492 u32 *aType; /* aType[i] holds the numeric type of the i-th column */54589 u.am.aType = u.am.pC->aType;54593 assert(u.am.aType);54595 u.am.pC->aOffset = u.am.aOffset = &u.am.aType[u.am.nField];54682 u.am.zIdx += getVarint32(u.am.zIdx, u.am.aType[u.am.i]);54683 u.am.szField = sqlite3VdbeSerialTypeLen(u.am.aType[u.am.i]);54725 … sqlite3VdbeSerialGet((u8 *)&u.am.zRec[u.am.aOffset[u.am.p2]], u.am.aType[u.am.p2], u.am.pDest);[all …]
17600 u32 *aType; /* Type values for all entries in the record */52146 pCx->aType = (u32 *)&pMem->z[ROUND8(sizeof(VdbeCursor))];52654 u32 *aType; /* aType[i] holds the numeric type of the i-th column */54481 u32 *aType; /* aType[i] holds the numeric type of the i-th column */54578 u.am.aType = u.am.pC->aType;54582 assert(u.am.aType);54584 u.am.pC->aOffset = u.am.aOffset = &u.am.aType[u.am.nField];54663 /* Scan the header and use it to fill in the u.am.aType[] and u.am.aOffset[]54664 ** arrays. u.am.aType[u.am.i] will contain the type integer for the u.am.i-th54671 u.am.zIdx += getVarint32(u.am.zIdx, u.am.aType[u.am.i]);[all …]