Home
last modified time | relevance | path

Searched refs:buf (Results 1 – 2 of 2) sorted by relevance

/php-uv/examples/
H A Dpipe.php7 uv_write($pipe, "Hello", function($pipe, $buf) {
/php-uv/
H A Dphp_uv.c102 smart_str buf = {0}; in php_uv_concat_ce_names() local
125 smart_str_0(&buf); in php_uv_concat_ce_names()
126 return buf.s; in php_uv_concat_ce_names()
351 uv_buf_t buf; member
357 uv_buf_t buf; member
1052 uv_buf_t buf; local
1327 if (wr->buf.base) {
1710 if (buf->base) {
1711 efree(buf->base);
2137 if (buf->base) {
[all …]

Completed in 21 milliseconds