Home
last modified time | relevance | path

Searched refs:rlen (Results 1 – 4 of 4) sorted by relevance

/PHP-5.4/ext/gd/libgd/
H A Dgd_io_dp.c229 int rlen, remain; in dynamicGetbuf() local
238 rlen = len; in dynamicGetbuf()
243 rlen = remain; in dynamicGetbuf()
246 memcpy(buf, (void *) ((char *) dp->data + dp->pos), rlen); in dynamicGetbuf()
247 dp->pos += rlen; in dynamicGetbuf()
249 return rlen; in dynamicGetbuf()
/PHP-5.4/ext/standard/
H A Dformatted_print.c699 int len, rlen; in PHP_FUNCTION() local
704 rlen = PHPWRITE(result, len); in PHP_FUNCTION()
706 RETURN_LONG(rlen); in PHP_FUNCTION()
715 int len, rlen; in PHP_FUNCTION() local
720 rlen = PHPWRITE(result, len); in PHP_FUNCTION()
722 RETURN_LONG(rlen); in PHP_FUNCTION()
/PHP-5.4/win32/
H A Dsendmail.c882 int rlen; in Ack() local
888 if ((rlen = recv(sc, buf + Index, ((MAIL_BUFFER_SIZE) - 1) - Received, 0)) < 1) { in Ack()
891 Received += rlen; in Ack()
896 Index += rlen; in Ack()
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregcomp.c438 int rlen, r, len, prev_len, slen, ambig; in compile_length_string_node() local
453 rlen = 0; in compile_length_string_node()
462 rlen += r; in compile_length_string_node()
470 rlen += r; in compile_length_string_node()
471 return rlen; in compile_length_string_node()

Completed in 28 milliseconds