Searched refs:tmp_buffer (Results 1 – 5 of 5) sorted by relevance
495 char *ptr,buffer [80],tmp_buffer [80]; in set_type() local507 sprintf (tmp_buffer,"show");dispatch (tmp_buffer); in set_type()521 sprintf (tmp_buffer,"show");dispatch (tmp_buffer); in set_type()
769 tmp_buffer = []777 tmp_buffer.append(buf)789 over = tmp_buffer.pop()797 tmp_buffer.append(head)800 data = ''.join(tmp_buffer)
470 fixed_y_t* const tmp_buffer = SAFE_ALLOC(w * 3, 2, fixed_y_t); // scratch in PreprocessARGB() local482 tmp_buffer == NULL) { in PreprocessARGB()492 fixed_y_t* const src1 = tmp_buffer; in PreprocessARGB()493 fixed_y_t* const src2 = tmp_buffer + 3 * w; in PreprocessARGB()521 fixed_y_t* const src1 = tmp_buffer; in PreprocessARGB()522 fixed_y_t* const src2 = tmp_buffer + 3 * w; in PreprocessARGB()569 WebPSafeFree(tmp_buffer); in PreprocessARGB()
440 uint8_t *tmp_buffer = OPENSSL_realloc(buffer, tmp_len); in i2d_ECPrivateKey() local441 if (!tmp_buffer) { in i2d_ECPrivateKey()445 buffer = tmp_buffer; in i2d_ECPrivateKey()
2007 xmlParserNodeInfo *tmp_buffer; in xmlParserAddNodeInfo() local2016 tmp_buffer = (xmlParserNodeInfo *) xmlMalloc(byte_size); in xmlParserAddNodeInfo()2018 tmp_buffer = in xmlParserAddNodeInfo()2022 if (tmp_buffer == NULL) { in xmlParserAddNodeInfo()2026 ctxt->node_seq.buffer = tmp_buffer; in xmlParserAddNodeInfo()