OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isErrorSet
(Results
1 - 3
of
3
) sorted by null
/external/srec/portable/include/
PFile.h
189
ESR_ReturnCode(*
isErrorSet
)(struct PFile_t* self, ESR_BOOL* isError);
/external/srec/portable/src/
PANSIFileImpl.c
56
impl->Interface.Interface.
isErrorSet
= &PANSIFileIsErrorSetImpl;
PFile.c
149
return self->
isErrorSet
(self, isError);
Completed in 771 milliseconds