Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.h79 int (*KeySize)(BtCursor*, int *pSize);
83 int (*DataSize)(BtCursor*, int *pSize);
130 #define sqliteBtreeKeySize(pCur, pSize) (btCOps(pCur)->KeySize(pCur, pSize) ) argument
135 #define sqliteBtreeDataSize(pCur, pSize) (btCOps(pCur)->DataSize(pCur, pSize)) argument
H A Dos.h178 int sqliteOsFileSize(OsFile*, off_t *pSize);
H A Dbtree_rb.c1165 static int memRbtreeKeySize(RbtCursor* pCur, int *pSize) in memRbtreeKeySize() argument
1168 *pSize = pCur->pNode->nKey; in memRbtreeKeySize()
1170 *pSize = 0; in memRbtreeKeySize()
1187 static int memRbtreeDataSize(RbtCursor* pCur, int *pSize) in memRbtreeDataSize() argument
1190 *pSize = pCur->pNode->nData; in memRbtreeDataSize()
1192 *pSize = 0; in memRbtreeDataSize()
H A Dos.c1201 int sqliteOsFileSize(OsFile *id, off_t *pSize){ argument
1208 *pSize = buf.st_size;
1215 *pSize = (((off_t)upperBits)<<32) + lowerBits;
1220 if( FSGetForkSize(id->refNum, pSize) != noErr){
1222 if( GetEOF(id->refNum, pSize) != noErr ){
H A Dbtree.c1158 static int fileBtreeKeySize(BtCursor *pCur, int *pSize){ in fileBtreeKeySize() argument
1165 *pSize = 0; in fileBtreeKeySize()
1168 *pSize = NKEY(pCur->pBt, pCell->h); in fileBtreeKeySize()
1269 static int fileBtreeDataSize(BtCursor *pCur, int *pSize){ in fileBtreeDataSize() argument
1276 *pSize = 0; in fileBtreeDataSize()
1279 *pSize = NDATA(pCur->pBt, pCell->h); in fileBtreeDataSize()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dmemcache.c186 LDAPMessage **ppResCopy, unsigned long *pSize);
1198 *pSize = 0;
1202 *pSize += sizeof(BerElement) + EXTRA_SIZE;
1210 *pSize += (p->ber_buf ? p->ber_len : 0);
1220 *pSize = 0;
1239 if (pSize)
1240 *pSize = 0;
1258 if (pSize)
1259 *pSize += sizeof(LDAPMessage) + ber_size;
1265 if (pSize)
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c2381 uint32_t *pSize) in emlxs_dump_table_check() argument
2391 *pSize = 0; in emlxs_dump_table_check()
2474 *pSize = (tableSize * 4); /* return the total Dump Table size */ in emlxs_dump_table_check()