Searched refs:newobj (Results 51 - 52 of 52) sorted by relevance

123

/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxpath.c8847 xmlXPathObjectPtr cur, newobj; local
8865 newobj = valuePop(ctxt);
8866 if ((newobj == NULL) || (newobj->type != XPATH_STRING)) {
8867 xmlXPathReleaseObject(ctxt->context, newobj);
8871 tmp = xmlStrcat(newobj->stringval, cur->stringval);
8872 newobj->stringval = cur->stringval;
8874 xmlXPathReleaseObject(ctxt->context, newobj);
/macosx-10.10/ruby-106/ruby/
H A Dgc.c635 newobj(VALUE klass, VALUE flags) function
679 return newobj(0, T_NONE);
687 obj = newobj(klass, flags);

Completed in 307 milliseconds

123