Searched refs:oldbase (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dtree.c5134 xmlChar *oldbase = NULL; local
5170 if (oldbase != NULL) {
5171 newbase = xmlBuildURI(oldbase, base);
5173 xmlFree(oldbase);
5175 oldbase = newbase;
5177 xmlFree(oldbase);
5182 oldbase = base;
5184 if ((!xmlStrncmp(oldbase, BAD_CAST "http://", 7)) ||
5185 (!xmlStrncmp(oldbase, BAD_CAST "ftp://", 6)) ||
5186 (!xmlStrncmp(oldbase, BAD_CAS
[all...]
/external/libxml2/
H A Dtree.c5223 xmlChar *oldbase = NULL; local
5261 if (oldbase != NULL) {
5262 newbase = xmlBuildURI(oldbase, base);
5264 xmlFree(oldbase);
5266 oldbase = newbase;
5268 xmlFree(oldbase);
5273 oldbase = base;
5275 if ((!xmlStrncmp(oldbase, BAD_CAST "http://", 7)) ||
5276 (!xmlStrncmp(oldbase, BAD_CAST "ftp://", 6)) ||
5277 (!xmlStrncmp(oldbase, BAD_CAS
[all...]
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c3273 static void* prepend_alloc(mstate m, char* newbase, char* oldbase, argument
3276 mchunkptr oldfirst = align_as_chunk(oldbase);
3534 char* oldbase = sp->base; local
3537 return prepend_alloc(m, tbase, oldbase, nb);

Completed in 4388 milliseconds