Home
last modified time | relevance | path

Searched refs:bufp (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/fileinfo/libmagic/
H A Dcompress.c782 unsigned char *bufp; in uncompresslzlib() local
785 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()
/php-src/ext/sockets/
H A Dconversions.c224 char *bufp = buf; in from_array_iterate() local
232 zend_llist_add_element(&ctx->keys, &bufp); in from_array_iterate()
930 char *bufp = buf; in from_zval_write_control_array() local
964 zend_llist_add_element(&ctx->keys, &bufp); in from_zval_write_control_array()
1023 char *bufp = buf; in to_zval_read_control_array() local
1039 zend_llist_add_element(&ctx->keys, &bufp); in to_zval_read_control_array()
/php-src/ext/mbstring/
H A Dmbstring.c6544 *bufp++ = ' '; in mime_header_decode_encoded_word()
6562 *bufp++ = c; in mime_header_decode_encoded_word()
6574 *bufp++ = '?'; in mime_header_decode_encoded_word()
6580 *bufp++ = (cache >> 16) & 0xFF; in mime_header_decode_encoded_word()
6581 *bufp++ = (cache >> 8) & 0xFF; in mime_header_decode_encoded_word()
6582 *bufp++ = cache & 0xFF; in mime_header_decode_encoded_word()
6587 *bufp++ = (cache >> 10) & 0xFF; in mime_header_decode_encoded_word()
6588 *bufp++ = (cache >> 2) & 0xFF; in mime_header_decode_encoded_word()
6590 *bufp++ = (cache >> 4) & 0xFF; in mime_header_decode_encoded_word()
6597 size_t in_len = bufp - buf; in mime_header_decode_encoded_word()
[all …]

Completed in 32 milliseconds