Lines Matching refs:result

1279     unsigned char * out; /* a pointer to an array of bytes to store the result */
1899 unsigned char * out; /* a pointer to an array of bytes to store the result */
5332 int with_comments; /* include comments in the result (!=0) or not (==0) */
5401 int with_comments; /* include comments in the result (!=0) or not (==0) */
5477 int with_comments; /* include comments in the result (!=0) or not (==0) */
7829 xmlXPathObjectPtr list; /* a valid result generated by an xpath evaluation */
8460 unsigned char * out; /* a pointer to an array of bytes to store the result */
8515 unsigned char * out; /* a pointer to an array of bytes to store the result */
13013 void * result; /* location to store the result */
13022 result = gen_void_ptr(n_result, 2);
13024 ret_val = xmlGetFeature(ctxt, (const char *)name, result);
13029 des_void_ptr(n_result, result, 2);
13068 char ** result; /* an array of string to be filled with the features name. */
13075 result = gen_const_char_ptr_ptr(n_result, 1);
13077 ret_val = xmlGetFeaturesList(len, (const char **)result);
13081 des_const_char_ptr_ptr(n_result, (const char **)result, 1);
17325 xmlRelaxNGValidityErrorFunc * err; /* the error callback result */
17327 xmlRelaxNGValidityWarningFunc * warn; /* the warning callback result */
17329 void ** ctx; /* contextual data for the callbacks result */
17390 xmlRelaxNGValidityErrorFunc * err; /* the error function result */
17392 xmlRelaxNGValidityWarningFunc * warn; /* the warning function result */
17394 void ** ctx; /* the functions context result */
33664 xmlSchemaValidityErrorFunc * err; /* the error callback result */
33666 xmlSchemaValidityWarningFunc * warn; /* the warning callback result */
33668 void ** ctx; /* contextual data for the callbacks result */
46039 xmlXPathObjectPtr res; /* the Predicate Expression evaluation result */
47026 xmlXPathObjectPtr res; /* the Predicate Expression evaluation result */
50604 xmlXPathObjectPtr obj; /* the XPointer result from the evaluation. */