HomeSort by relevance Sort by last modified time
    Searched defs:baseptr (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
__init__.pxd 969 baseptr = NULL variable in class:numpy
972 baseptr = <PyObject*>base variable in class:numpy
    [all...]
  /external/chromium_org/third_party/libxml/src/
error.c 453 xmlNodePtr baseptr = NULL; local
516 baseptr = node;
523 if ((baseptr == NULL) && (node != NULL) &&
525 baseptr = node;
541 else if (baseptr != NULL) {
548 xmlNodePtr prev = baseptr;
572 to->file = (char *) xmlStrdup(baseptr->doc->URL);
  /external/libxml2/
error.c 465 xmlNodePtr baseptr = NULL; local
523 baseptr = node;
530 if ((baseptr == NULL) && (node != NULL) &&
532 baseptr = node;
550 else if (baseptr != NULL) {
557 xmlNodePtr prev = baseptr;
581 to->file = (char *) xmlStrdup(baseptr->doc->URL);

Completed in 406 milliseconds