Lines Matching defs:result
587 * @result: place to store the result if needed
594 const xmlChar * value, void **result,
618 * @result: the value to free
620 * Function provided by a type library to free a returned result
622 typedef void (*xmlRelaxNGTypeFree) (void *data, void *result);
2435 void **result, xmlNodePtr node)
2448 (xmlSchemaValPtr *) result, node);
2648 void **result ATTRIBUTE_UNUSED,
6004 * This may result in a simplification
7492 * @err: the error callback result
7493 * @warn: the warning callback result
7494 * @ctx: contextual data for the callbacks result
8458 void *result = NULL;
8469 lib->check(lib->data, define->name, value, &result, node);
8477 if ((result != NULL) && (lib != NULL) && (lib->freef != NULL))
8478 lib->freef(lib->data, result);
8492 cur->value, value, result);
8509 if ((result != NULL) && (lib != NULL) && (lib->freef != NULL))
8510 lib->freef(lib->data, result);
10761 * @err: the error function result
10762 * @warn: the warning function result
10763 * @ctx: the functions context result