Searched defs:oldbase (Results 1 – 7 of 7) sorted by relevance
/external/libxml2/ |
D | parser.c | 8872 const xmlChar *oldbase = ctxt->input->base; in xmlParseAttValueInternal() local 8896 const xmlChar *oldbase = ctxt->input->base; in xmlParseAttValueInternal() local 8919 const xmlChar *oldbase = ctxt->input->base; in xmlParseAttValueInternal() local 8952 const xmlChar *oldbase = ctxt->input->base; in xmlParseAttValueInternal() local 8984 const xmlChar *oldbase = ctxt->input->base; in xmlParseAttValueInternal() local
|
D | tree.c | 5272 xmlChar *oldbase = NULL; in xmlNodeGetBase() local
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | dlmalloc.c | 3328 static void* prepend_alloc(mstate m, char* newbase, char* oldbase, in prepend_alloc() 3591 char* oldbase = sp->base; in sys_alloc() local
|
/external/libffi/src/ |
D | dlmalloc.c | 3323 static void* prepend_alloc(mstate m, char* newbase, char* oldbase, in prepend_alloc() 3586 char* oldbase = sp->base; in sys_alloc() local
|
/external/dlmalloc/ |
D | malloc.c | 3956 static void* prepend_alloc(mstate m, char* newbase, char* oldbase, in prepend_alloc() 4243 char* oldbase = sp->base; in sys_alloc() local
|
/external/python/cpython3/Objects/ |
D | typeobject.c | 3882 PyTypeObject *newbase, *oldbase; in compatible_for_assignment() local
|
/external/python/cpython2/Objects/ |
D | typeobject.c | 3174 PyTypeObject *newbase, *oldbase; in compatible_for_assignment() local
|