HomeSort by relevance Sort by last modified time
    Searched full:pfunction (Results 1 - 4 of 4) sorted by null

  /external/srec/srec/Semproc/src/
ExpressionParser.c 185 self->pfunction = 0;
235 CHKLOG(rc, EP_LookUpFunction(self, "concat", &self->userData, &self->pfunction));
262 rc = EP_LookUpFunction(self, self->identifiers[self->idCount-1], &self->userData, &self->pfunction);
265 self->pfunction = NULL;
322 CHKLOG(rc, EP_LookUpFunction(self, "conditional", &self->userData, &self->pfunction));
403 if (self->pfunction)
407 CHKLOG(rc, (*self->pfunction)(self->functionName, operands, self->idCount, self->userData, result, &resultLen));
435 SR_SemprocFunctionPtr pfunction)
442 callback->pfunction = pfunction;
    [all...]
  /external/srec/srec/Semproc/include/
SR_ExpressionParser.h 77 SR_SemprocFunctionPtr pfunction; member in struct:FunctionCallback_t
148 SR_SemprocFunctionPtr pfunction; member in struct:ExpressionParser_t
199 * @param pfunction pointer to the function
202 SREC_SEMPROC_API ESR_ReturnCode EP_RegisterFunction(ExpressionParser* self, const LCHAR* name, void* data, SR_SemprocFunctionPtr pfunction);
208 * @param pfunction pointer to the function
210 SREC_SEMPROC_API ESR_ReturnCode EP_LookUpFunction(ExpressionParser* self, LCHAR* name, void** data, SR_SemprocFunctionPtr* pfunction);
  /external/aac/libSYS/include/
cmdl_parser.h 214 * \param pFunction Pointer to function that should be called for every text line found.
218 INT IIS_ProcessCmdlList(const TEXTCHAR* param_filename, int (*pFunction)(int, TEXTCHAR**));
  /external/aac/libSYS/src/
cmdl_parser.cpp 510 int IIS_ProcessCmdlList(const char* param_filename, int (*pFunction)(int, TEXTCHAR**))
575 retval = (*pFunction)(argc, argv_ptr);

Completed in 101 milliseconds