Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dpersistence.cpp259 static char* icvGets( CvFileStorage* fs, char* str, int maxCount ) in icvGets() function
971 ptr = icvGets( fs, fs->buffer_start, max_size ); in icvYMLSkipSpaces()
1795 ptr = icvGets( fs, fs->buffer_start, max_size ); in icvXMLSkipSpaces()
2797 char* ptr0 = icvGets( fs, xml_buf, xml_buf_size ), *ptr; in cvOpenFileStorage()
2858 icvGets( fs, buf, sizeof(buf)-2 ); in cvOpenFileStorage()