Searched defs:hRecInp (Results 1 - 1 of 1) sorted by relevance

/external/srec/srec/ca/
H A Dpar_basi.c102 CA_RecInputParams *hRecInp = NULL; local
104 hRecInp = (CA_RecInputParams *) CALLOC_CLR(1, local
105 sizeof(CA_RecInputParams), "ca.hRecInp");
107 if ( hRecInp != NULL )
109 hRecInp->is_loaded = False;
110 hRecInp->ca_rtti = CA_RECOGNIZER_PARAMETERS_SIGNATURE;
112 return (hRecInp);
114 END_CATCH_CA_EXCEPT(hRecInp);
119 void CA_FreeRecognitionParameters(CA_RecInputParams *hRecInp) argument
122 ASSERT(hRecInp);
[all...]

Completed in 698 milliseconds