Home | History | Annotate | Download | only in src

Lines Matching full:strstorage

126     CvMemStorage* strstorage;
406 cvReleaseMemStorage( &fs->strstorage );
2361 cvSaveMemStoragePos( fs->strstorage, &parent.pos );
2371 CV_CALL( fs->struct_tag = cvMemStorageAllocString( fs->strstorage, (char*)key, -1 ));
2401 cvRestoreMemStoragePos( fs->strstorage, &parent.pos );
2731 CV_CALL( fs->strstorage = cvCreateChildMemStorage( fs->memstorage ));