Home
last modified time | relevance | path

Searched refs:oldbase (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstpipeline.c383 GstClockTime oldbase; in GST_START_TEST() local
386 oldbase = gst_element_get_base_time (pipeline); in GST_START_TEST()
426 fail_unless (base == oldbase, "base time was reset"); in GST_START_TEST()
/third_party/gettext/gnulib-local/lib/libxml/
Dtree.c5301 xmlChar *oldbase = NULL; in xmlNodeGetBase() local
5339 if (oldbase != NULL) { in xmlNodeGetBase()
5340 newbase = xmlBuildURI(oldbase, base); in xmlNodeGetBase()
5342 xmlFree(oldbase); in xmlNodeGetBase()
5344 oldbase = newbase; in xmlNodeGetBase()
5346 xmlFree(oldbase); in xmlNodeGetBase()
5351 oldbase = base; in xmlNodeGetBase()
5353 if ((!xmlStrncmp(oldbase, BAD_CAST "http://", 7)) || in xmlNodeGetBase()
5354 (!xmlStrncmp(oldbase, BAD_CAST "ftp://", 6)) || in xmlNodeGetBase()
5355 (!xmlStrncmp(oldbase, BAD_CAST "urn:", 4))) in xmlNodeGetBase()
[all …]
Dparser.c8901 const xmlChar *oldbase = ctxt->input->base; in xmlParseAttValueInternal() local
8903 if (oldbase != ctxt->input->base) { in xmlParseAttValueInternal()
8904 long delta = ctxt->input->base - oldbase; in xmlParseAttValueInternal()
8925 const xmlChar *oldbase = ctxt->input->base; in xmlParseAttValueInternal() local
8929 if (oldbase != ctxt->input->base) { in xmlParseAttValueInternal()
8930 long delta = ctxt->input->base - oldbase; in xmlParseAttValueInternal()
8948 const xmlChar *oldbase = ctxt->input->base; in xmlParseAttValueInternal() local
8952 if (oldbase != ctxt->input->base) { in xmlParseAttValueInternal()
8953 long delta = ctxt->input->base - oldbase; in xmlParseAttValueInternal()
8981 const xmlChar *oldbase = ctxt->input->base; in xmlParseAttValueInternal() local
[all …]
/third_party/libxml2/
Dtree.c5331 xmlChar *oldbase = NULL; in xmlNodeGetBase() local
5369 if (oldbase != NULL) { in xmlNodeGetBase()
5370 newbase = xmlBuildURI(oldbase, base); in xmlNodeGetBase()
5372 xmlFree(oldbase); in xmlNodeGetBase()
5374 oldbase = newbase; in xmlNodeGetBase()
5376 xmlFree(oldbase); in xmlNodeGetBase()
5381 oldbase = base; in xmlNodeGetBase()
5383 if ((!xmlStrncmp(oldbase, BAD_CAST "http://", 7)) || in xmlNodeGetBase()
5384 (!xmlStrncmp(oldbase, BAD_CAST "ftp://", 6)) || in xmlNodeGetBase()
5385 (!xmlStrncmp(oldbase, BAD_CAST "urn:", 4))) in xmlNodeGetBase()
[all …]
Dparser.c8951 const xmlChar *oldbase = ctxt->input->base;\
8955 if (oldbase != ctxt->input->base) {\
8956 ptrdiff_t delta = ctxt->input->base - oldbase;\
9047 const xmlChar *oldbase = ctxt->input->base; in xmlParseAttValueInternal() local
9051 if (oldbase != ctxt->input->base) { in xmlParseAttValueInternal()
9052 ptrdiff_t delta = ctxt->input->base - oldbase; in xmlParseAttValueInternal()
/third_party/python/Objects/
Dtypeobject.c4655 PyTypeObject *newbase, *oldbase; in compatible_for_assignment() local
4677 oldbase = oldto; in compatible_for_assignment()
4680 while (compatible_with_tp_base(oldbase)) in compatible_for_assignment()
4681 oldbase = oldbase->tp_base; in compatible_for_assignment()
4682 if (newbase != oldbase && in compatible_for_assignment()
4683 (newbase->tp_base != oldbase->tp_base || in compatible_for_assignment()
4684 !same_slots_added(newbase, oldbase))) { in compatible_for_assignment()
/third_party/libffi/src/
Ddlmalloc.c3328 static void* prepend_alloc(mstate m, char* newbase, char* oldbase, in prepend_alloc() argument
3331 mchunkptr oldfirst = align_as_chunk(oldbase); in prepend_alloc()
3591 char* oldbase = sp->base; in sys_alloc() local
3594 return prepend_alloc(m, tbase, oldbase, nb); in sys_alloc()
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_malloc.c3362 prepend_alloc(mstate m, char *newbase, char *oldbase, size_t nb) in prepend_alloc() argument
3365 mchunkptr oldfirst = align_as_chunk(oldbase); in prepend_alloc()
3632 char *oldbase = sp->base; in sys_alloc() local
3635 return prepend_alloc(m, tbase, oldbase, nb); in sys_alloc()
/third_party/boost/libs/container/src/
Ddlmalloc_2_8_6.c3935 static void* prepend_alloc(mstate m, char* newbase, char* oldbase, in prepend_alloc() argument
3938 mchunkptr oldfirst = align_as_chunk(oldbase); in prepend_alloc()
4214 char* oldbase = sp->base; in sys_alloc() local
4217 return prepend_alloc(m, tbase, oldbase, nb); in sys_alloc()