Searched defs:tmp_ptr (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dnanohttp.c532 char * tmp_ptr = ctxt->in; local
535 ctxt->in = (char *) xmlRealloc(tmp_ptr, ctxt->inlen);
538 xmlFree( tmp_ptr );
H A DxmlIO.c1449 unsigned char * tmp_ptr = NULL; local
1469 tmp_ptr = xmlRealloc( buff->zbuff, new_size );
1470 if ( tmp_ptr != NULL ) {
1473 buff->zbuff = tmp_ptr;
1474 buff->zctrl.next_out = tmp_ptr + cur_used;

Completed in 75 milliseconds