Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxpersistence.cpp464 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 ));
Dcxdatastructs.cpp421 cvMemStorageAllocString( CvMemStorage* storage, const char* ptr, int len ) in cvMemStorageAllocString() function
/external/opencv/cxcore/include/
Dcxcore.h958 CVAPI(CvString) cvMemStorageAllocString( CvMemStorage* storage, const char* ptr,