Searched refs:ClearMemory (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.10/tidy-15.15/tidy/experimental/
H A DTidyNodeIter.c11 ClearMemory( pThis, sizeof( TidyNodeIter ));
/macosx-10.10/tidy-15.15/tidy/src/
H A Dbuffio.c65 ClearMemory( buf, sizeof(TidyBuffer) );
86 ClearMemory( buf->bp, buf->allocated );
114 ClearMemory( bp + buf->allocated, allocAmt - buf->allocated );
H A Dalloc.c85 void ClearMemory( void *mem, size_t size ) function
H A Dfileio.c65 ClearMemory( fin, sizeof(FileSource) );
H A Dmappedio.c271 ClearMemory( &doc->filetimes, sizeof(doc->filetimes) );
H A Dtidylib.c107 ClearMemory( doc, sizeof(*doc) );
139 ClearMemory(&doc->root, sizeof(Node));
827 ClearMemory( &doc->filetimes, sizeof(doc->filetimes) );
957 ClearMemory( &doc->filetimes, sizeof(doc->filetimes) );
1127 ClearMemory(&doc->root, sizeof(Node));
H A Dtags.c389 ClearMemory( np, sizeof(Dict) );
530 ClearMemory( tags, sizeof(TidyTagImpl) );
534 ClearMemory( xml, sizeof(Dict) );
608 ClearMemory( tags, sizeof(TidyTagImpl) );
H A Dstreamio.c117 ClearMemory( in, sizeof(StreamIn) );
547 ClearMemory( out, sizeof(StreamOut) );
H A Dlexer.c651 ClearMemory( lexer, sizeof(Lexer) );
715 ClearMemory( buf + lexer->lexlength,
1027 ClearMemory( node, sizeof(Node) );
3524 ClearMemory( av, sizeof(AttVal) );
H A Daccess.c441 ClearMemory( doc->access.textNode, TEXTBUF_SIZE );
3049 ClearMemory( &doc->access, sizeof(doc->access) );
H A Dpprint.c294 ClearMemory( &doc->pprint, sizeof(TidyPrintImpl) );
318 ClearMemory( ip+pprint->lbufsize,
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_macos_defs.h287 ClearMemory(void * start, u_int32_t length);
289 #define ClearMemory(start, length) bzero((start), (size_t)(length)); macro
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSCatalog.c107 ClearMemory(&btIterator, sizeof(btIterator));
174 ClearMemory(&btIterator, sizeof(btIterator));
259 ClearMemory(&btIterator, sizeof(btIterator));
H A DSRuntime.h395 #define ClearMemory(start,len) bzero((void*)(start),(size_t)(len)) macro
414 void ClearMemory(void* start, long len);
H A DHardLinkCheck.c610 ClearMemory(&iterator, sizeof(iterator));
770 ClearMemory(&iterator, sizeof(iterator));
927 ClearMemory(&iterator, sizeof(iterator));
936 ClearMemory(&iterator, sizeof(iterator));
1063 ClearMemory(&iterator, sizeof(iterator));
1071 ClearMemory(&iterator, sizeof(iterator));
H A DBTreeNodeOps.c388 ClearMemory( node, btreePtr->nodeSize );
555 ClearMemory (dst + rawKeyLength, bytesToMove); // clear pad bytes in index key
H A DSExtents.c694 ClearMemory(&dataForkExtents[i].startBlock,
697 ClearMemory(&rsrcForkExtents[i].startBlock,
1709 ClearMemory( buffer, FSBufferSize ); // Zero our buffer
1710 ClearMemory( &iopb, sizeof(iopb) ); // Zero our param block
H A DSRebuildBTree.c483 ClearMemory( (Ptr) myFCBPtr, sizeof( *myFCBPtr ) );
484 ClearMemory( (Ptr) myBTreeCBPtr, sizeof( *myBTreeCBPtr ) );
865 ClearMemory( &myIterator, sizeof(myIterator) );
H A DSRepair.c708 ClearMemory( header.reserved3, sizeof(header.reserved3) );
847 ClearMemory(&iterator, sizeof(iterator));
1626 ClearMemory( (Ptr)&zeroExtents, sizeof(ExtentRecord) );
2294 ClearMemory(&btIterator, sizeof(btIterator));
2422 ClearMemory(&btIterator, sizeof(btIterator));
2665 ClearMemory( (Ptr)&zeroExtents, sizeof(ExtentRecord) );
2774 ClearMemory(&iterator, sizeof(iterator));
3910 ClearMemory(&iterator, sizeof(BTreeIterator));
4574 ClearMemory(&iterator, sizeof(BTreeIterator));
6023 ClearMemory(
[all...]
H A DCatalogCheck.c136 ClearMemory(&iterator, sizeof(iterator));
338 ClearMemory(&iterator, sizeof(iterator));
523 ClearMemory(&gCIS, sizeof(gCIS));
H A DSUtils.c516 Routine: ClearMemory - clear a block of memory
520 void ClearMemory( void* start, UInt32 length ) function
595 DebugStr("\p ClearMemory: length < 4");
603 DebugStr("\p ClearMemory: fragCount < 4");
2022 ClearMemory(buffer, nodeSize); // start out with clean node
H A DSControl.c304 ClearMemory( &dataArea, sizeof(SGlob) );
H A DSVerify1.c1333 ClearMemory ( zeroXdr, sizeof( HFSPlusExtentRecord ) );
1801 ClearMemory((char *)ptr + (GPtr->dirPathCount * sizeof(SDPR)), (CMMaxDepth * sizeof(SDPR)));
1913 ClearMemory((char *)ptr + (GPtr->dirPathCount * sizeof(SDPR)), (CMMaxDepth * sizeof(SDPR)));
3961 ClearMemory(&extentInfo, sizeof(extentInfo));
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeOps.c470 ClearMemory( node, btreePtr->nodeSize );
639 ClearMemory (dst + rawKeyLength, bytesToMove); // clear pad bytes in index key
692 ClearMemory(GetRecordAddress(btreePtr, node, node->numRecords), bytesToMove);
/macosx-10.10/tidy-15.15/tidy/include/
H A Dplatform.h610 void ClearMemory(void *, size_t size);

Completed in 178 milliseconds

12