Home | History | Annotate | Download | only in libxml2

Lines Matching refs:code

143  * is a NotaNumber. Based on trio code
158 * is a +Infinite or -Infinite. Based on trio code
175 * Modified from trio code
221 * @X: the error code
282 ctxt->lastError.code = XML_ERR_NO_MEMORY;
322 * @error: the error code
356 ctxt->context->lastError.code = error + XML_XPATH_EXPRESSION_OK -
9491 * To assure working code on multiple platforms, we want to only depend
9668 /* 4-byte code */
9675 /* 3-byte code */
9682 /* 2-byte code */
9692 /* 1-byte code */
10494 * calls. This looks uglier but makes the code easier to
12986 /* QUESTION TODO: Why was this code commented out?