Home
last modified time | relevance | path

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

/PHP-5.5/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.5/ext/standard/
H A Dformatted_print.c716 int len, rlen; in PHP_FUNCTION() local
721 rlen = PHPWRITE(result, len); in PHP_FUNCTION()
723 RETURN_LONG(rlen); in PHP_FUNCTION()
732 int len, rlen; in PHP_FUNCTION() local
737 rlen = PHPWRITE(result, len); in PHP_FUNCTION()
739 RETURN_LONG(rlen); in PHP_FUNCTION()
/PHP-5.5/win32/
H A Dsendmail.c883 int rlen; in Ack() local
889 if ((rlen = recv(sc, buf + Index, ((MAIL_BUFFER_SIZE) - 1) - Received, 0)) < 1) { in Ack()
892 Received += rlen; in Ack()
897 Index += rlen; in Ack()
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dunicode.c10967 int i, len, rlen; local
10997 rlen = 0;
11001 rlen += len;
11003 return rlen;
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c460 int rlen, r, len, prev_len, slen, ambig; in compile_length_string_node() local
475 rlen = 0; in compile_length_string_node()
484 rlen += r; in compile_length_string_node()
492 rlen += r; in compile_length_string_node()
493 return rlen; in compile_length_string_node()

Completed in 44 milliseconds