Home
last modified time | relevance | path

Searched refs:pSize (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/lib/libsqlite/src/
H A Dbtree.h82 int (*KeySize)(BtCursor*, int *pSize);
86 int (*DataSize)(BtCursor*, int *pSize);
133 #define sqliteBtreeKeySize(pCur, pSize) (btCOps(pCur)->KeySize(pCur, pSize) ) argument
138 #define sqliteBtreeDataSize(pCur, pSize) (btCOps(pCur)->DataSize(pCur, pSize)) argument
H A Dos.h181 int sqliteOsFileSize(OsFile*, off_t *pSize);
H A Dbtree_rb.c1168 static int memRbtreeKeySize(RbtCursor* pCur, int *pSize) in memRbtreeKeySize() argument
1171 *pSize = pCur->pNode->nKey; in memRbtreeKeySize()
1173 *pSize = 0; in memRbtreeKeySize()
1190 static int memRbtreeDataSize(RbtCursor* pCur, int *pSize) in memRbtreeDataSize() argument
1193 *pSize = pCur->pNode->nData; in memRbtreeDataSize()
1195 *pSize = 0; in memRbtreeDataSize()
H A Dos.c1204 int sqliteOsFileSize(OsFile *id, off_t *pSize){ argument
1211 *pSize = buf.st_size;
1218 *pSize = (((off_t)upperBits)<<32) + lowerBits;
1223 if( FSGetForkSize(id->refNum, pSize) != noErr){
1225 if( GetEOF(id->refNum, pSize) != noErr ){
H A Dbtree.c1160 static int fileBtreeKeySize(BtCursor *pCur, int *pSize){ in fileBtreeKeySize() argument
1167 *pSize = 0; in fileBtreeKeySize()
1170 *pSize = NKEY(pCur->pBt, pCell->h); in fileBtreeKeySize()
1271 static int fileBtreeDataSize(BtCursor *pCur, int *pSize){ in fileBtreeDataSize() argument
1278 *pSize = 0; in fileBtreeDataSize()
1281 *pSize = NDATA(pCur->pBt, pCell->h); in fileBtreeDataSize()
/titanic_44/usr/src/lib/libldap5/sources/ldap/common/
H A Dmemcache.c187 LDAPMessage **ppResCopy, unsigned long *pSize);
188 static BerElement* memcache_ber_dup(BerElement* pBer, unsigned long *pSize);
1195 memcache_ber_dup(BerElement* pBer, unsigned long *pSize)
1199 *pSize = 0;
1203 *pSize += sizeof(BerElement) + EXTRA_SIZE;
1211 *pSize += (p->ber_buf ? p->ber_len : 0);
1221 *pSize = 0;
1231 LDAPMessage **ppResCopy, unsigned long *pSize)
1240 if (pSize)
1241 *pSize = 0;
[all …]
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c2373 uint32_t *pSize) in emlxs_dump_table_check() argument
2383 *pSize = 0; in emlxs_dump_table_check()
2466 *pSize = (tableSize * 4); /* return the total Dump Table size */ in emlxs_dump_table_check()