Home
last modified time | relevance | path

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

/PHP-8.3/ext/oci8/
H A Doci8_lob.c243 ub1 *bufp; in php_oci_lob_read() local
335 bufp = (ub1 *) ecalloc(1, buffer_size); in php_oci_lob_read()
344 (dvoid *) bufp, in php_oci_lob_read()
354 efree(bufp); in php_oci_lob_read()
/PHP-8.3/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-8.3/ext/mbstring/
H A Dmbstring.c6282 *bufp++ = ' '; in mime_header_decode_encoded_word()
6300 *bufp++ = c; in mime_header_decode_encoded_word()
6312 *bufp++ = '?'; in mime_header_decode_encoded_word()
6318 *bufp++ = (cache >> 16) & 0xFF; in mime_header_decode_encoded_word()
6319 *bufp++ = (cache >> 8) & 0xFF; in mime_header_decode_encoded_word()
6320 *bufp++ = cache & 0xFF; in mime_header_decode_encoded_word()
6325 *bufp++ = (cache >> 10) & 0xFF; in mime_header_decode_encoded_word()
6326 *bufp++ = (cache >> 2) & 0xFF; in mime_header_decode_encoded_word()
6328 *bufp++ = (cache >> 4) & 0xFF; in mime_header_decode_encoded_word()
6335 size_t in_len = bufp - buf; in mime_header_decode_encoded_word()
[all …]

Completed in 35 milliseconds