Home | History | Annotate | Download | only in src

Lines Matching refs:cvGetHashedKey

422 cvGetHashedKey( CvFileStorage* fs, const char* str, int len, int create_missing )
425 CV_FUNCNAME( "cvGetHashedKey" );
917 CV_CALL( str_hash_node = cvGetHashedKey( fs, ptr, (int)(endptr - ptr), 1 ));
2080 CV_CALL( attrname = cvGetHashedKey( fs, ptr, (int)(endptr - ptr), 1 ));