Lines Matching defs:parameter_signature
359 const char * parameter_signature;
394 ExtEntryTable[NumExtEntryPoints].parameter_signature = NULL;
412 * \param parameter_signature String representing the types of the parameters
436 * Determine whether or not \c parameter_signature should be allowed to be
445 * Add code to compare \c parameter_signature with the parameter signature of
452 const char * parameter_signature )
455 const char * const real_sig = (parameter_signature != NULL)
456 ? parameter_signature : "";
500 if (strcmp(real_sig, ExtEntryTable[j].parameter_signature) != 0)
529 entry[i]->parameter_signature = strdup(real_sig);