Searched refs:sizePtr (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A Dcsc_io.c969 size_t* const sizePtr,
977 CSC_BADARG ... fd is zero, or dataPtrPtr or sizePtr is NULL
997 The size_t pointed to by `sizePtr' is updated to contain the number of
1031 size_t* const sizePtr,
1048 ASSERT_RTN (sizePtr != NULL, "CSCioBufRead: NULL sizePtr", CSC_BADARG);
1052 if ((fd <= 0) || (dataPtrPtr == NULL) || (sizePtr == NULL))
1087 *sizePtr = bufSize;
1028 CSCioBufRead( int fd, void** const dataPtrPtr, size_t* const sizePtr, CSCmemListType const memList, int tagData ) argument
H A Dcsc_symtab.c534 size_t* const sizePtr
547 If `sizePtr' is not NULL, then the count of symbols in `symTab' is
548 written to the size_t that is pointed to by `sizePtr'.
563 size_t* const sizePtr
582 if (sizePtr != NULL) *sizePtr = symTab->count;
H A Dcsc_mem.c275 size_t* sizePtr
511 size_t* sizePtr
548 if (sizePtr != NULL) *sizePtr = block->size;
1410 size_t* const sizePtr,
1431 If `sizePtr' is not NULL, then the size of the allocated memory block
1432 pointed to by `memPtr' is written to the size_t pointed to by `sizePtr'.
1438 Either, or both, of `sizePtr' and `tagPtr' can be NULL. If both are
1459 size_t* const sizePtr,
1503 if (sizePtr !
1456 CSCmemLookup( CSCmemListType const memList, const void* memPtr, size_t* const sizePtr, int* const tagPtr ) argument
[all...]
H A Dcsc_tree.c2485 size_t* const sizePtr,
2506 if `sizePtr' is not NULL, then the value of the data size field of
2507 `node' is written to the size_t pointed to by `sizePtr'.
2512 If tagPtr, sizePtr, and dataPtrPtr are all NULL, then this function
2541 size_t* const sizePtr,
2561 if (sizePtr != NULL) *sizePtr = node->size;
2537 CSCbinTreeNodeStat( CSCbinTreeNodeType const node, CSCdataCntrlType* const pushPtr, long* const tagPtr, size_t* const sizePtr, void** const dataPtrPtr ) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/include/
H A Dlibcsc.h471 size_t* const sizePtr,
647 size_t* const sizePtr,
779 size_t* const sizePtr,
1019 size_t* const sizePtr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dfontdlg.cpp146 ByteCount *sizePtr = (ByteCount *)CFDataGetBytePtr(sizesData); local
151 if ( tagPtr[i] == kATSUColorTag && sizePtr[i] == sizeof(RGBColor))
156 bytePtr = (UInt32*)( (UInt8*)bytePtr + sizePtr[i]);

Completed in 117 milliseconds