Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxpersistence.cpp2034 int attr_buf_size = (max_count*2 + 1)*sizeof(char*) + sizeof(CvAttrList); in icvXMLParseTag() local
2094 CV_CALL( chunk = (CvAttrList*)cvMemStorageAlloc( fs->memstorage, attr_buf_size )); in icvXMLParseTag()
2095 memset( chunk, 0, attr_buf_size ); in icvXMLParseTag()