Searched refs:bufp (Results 1 – 3 of 3) sorted by relevance
782 unsigned char *bufp; in uncompresslzlib() local785 bufp = *newch; in uncompresslzlib()807 int rd = LZ_decompress_read(dec, bufp, new_remaining); in uncompresslzlib()810 bufp += rd; in uncompresslzlib()826 *bufp = '\0'; in uncompresslzlib()
224 char *bufp = buf; in from_array_iterate() local232 zend_llist_add_element(&ctx->keys, &bufp); in from_array_iterate()930 char *bufp = buf; in from_zval_write_control_array() local964 zend_llist_add_element(&ctx->keys, &bufp); in from_zval_write_control_array()1023 char *bufp = buf; in to_zval_read_control_array() local1039 zend_llist_add_element(&ctx->keys, &bufp); in to_zval_read_control_array()
6574 *bufp++ = ' '; in mime_header_decode_encoded_word()6592 *bufp++ = c; in mime_header_decode_encoded_word()6604 *bufp++ = '?'; in mime_header_decode_encoded_word()6610 *bufp++ = (cache >> 16) & 0xFF; in mime_header_decode_encoded_word()6611 *bufp++ = (cache >> 8) & 0xFF; in mime_header_decode_encoded_word()6612 *bufp++ = cache & 0xFF; in mime_header_decode_encoded_word()6617 *bufp++ = (cache >> 10) & 0xFF; in mime_header_decode_encoded_word()6618 *bufp++ = (cache >> 2) & 0xFF; in mime_header_decode_encoded_word()6620 *bufp++ = (cache >> 4) & 0xFF; in mime_header_decode_encoded_word()6627 size_t in_len = bufp - buf; in mime_header_decode_encoded_word()[all …]
Completed in 44 milliseconds