OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hRecInp
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/ca/
par_basi.c
102
CA_RecInputParams *
hRecInp
= NULL;
104
hRecInp
= (CA_RecInputParams *) CALLOC_CLR(1,
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
)
122
ASSERT(
hRecInp
);
[
all
...]
/external/srec/srec/include/
simapi.h
[
all
...]
Completed in 97 milliseconds