Searched refs:cvMemStorageAllocString (Results 1 – 3 of 3) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxpersistence.cpp | 464 CV_CALL( node->str = cvMemStorageAllocString( map->storage, str, len )); in cvGetHashedKey() 1098 CV_CALL( node->data.str = cvMemStorageAllocString( fs->memstorage, buf, len )); in icvYMLParseValue() 1183 … CV_CALL( node->data.str = cvMemStorageAllocString( fs->memstorage, ptr, (int)(str_end - ptr) )); in icvYMLParseValue() 1993 CV_CALL( elem->data.str = cvMemStorageAllocString( fs->memstorage, buf, i )); in icvXMLParseValue() 2371 CV_CALL( fs->struct_tag = cvMemStorageAllocString( fs->strstorage, (char*)key, -1 ));
|
D | cxdatastructs.cpp | 421 cvMemStorageAllocString( CvMemStorage* storage, const char* ptr, int len ) in cvMemStorageAllocString() function
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 958 CVAPI(CvString) cvMemStorageAllocString( CvMemStorage* storage, const char* ptr,
|