• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/

Lines Matching defs:content

476  * the content of the list.
997 * Dump the content of the object for debugging purposes
2601 * Macros for accessing the content. Those should be used only by the parser,
2788 * Like for line information, the order is kept in the element->content
2805 cur->content = (void *) (-(++count));
2897 (0 > (long) node1->content) &&
2898 (0 > (long) node2->content) &&
2902 l1 = -((long) node1->content);
2903 l2 = -((long) node2->content);
2960 (0 > (long) node1->content) &&
2961 (0 > (long) node2->content) &&
2965 l1 = -((long) node1->content);
2966 l2 = -((long) node2->content);
3011 if ((0 > (long) node1->content) && /* TODO: Would a != 0 suffice here? */
3012 (0 > (long) node2->content) &&
3015 l1 = -((long) node1->content);
3016 l2 = -((long) node2->content);
3061 (0 <= (long) node1->content)) {
3111 (0 <= (long) node1->content))
3143 * TODO: This assumes attributes are sorted before content.
3184 (0 > (long) node1->content) &&
3185 (0 > (long) node2->content) &&
3188 l1 = -((long) node1->content);
3189 l2 = -((long) node2->content);
3252 (0 > (long) node1->content) &&
3253 (0 > (long) node2->content) &&
3256 l1 = -((long) node1->content);
3257 l2 = -((long) node2->content);
3679 * and memcpy the content.
6228 string = node->content;
6258 string = tmp->content;
6596 * Implement the equal operation on XPath objects content: @arg1 == @arg2
6654 * Implement the equal operation on XPath objects content: @arg1 == @arg2
7014 * Implement the equal operation on XPath objects content: @arg1 == @arg2
7099 * Implement the equal operation on XPath objects content: @arg1 == @arg2
8818 xmlChar *content;
8820 content = xmlXPathCastNodeToString(ctxt->context->node);
8822 xmlUTF8Strlen(content)));
8823 xmlFree(content);
9446 xmlChar* content = xmlNodeGetContent(ctxt->context->node);
9448 res = xmlXPathStringEvalNumber(content);
9450 xmlFree(content);
10495 * maintain parsed token content through the recursive function