Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd_io_dp.c232 int rlen, remain; in dynamicGetbuf() local
241 rlen = len; in dynamicGetbuf()
246 rlen = remain; in dynamicGetbuf()
249 memcpy(buf, (void *) ((char *) dp->data + dp->pos), rlen); in dynamicGetbuf()
250 dp->pos += rlen; in dynamicGetbuf()
252 return rlen; in dynamicGetbuf()
/PHP-7.4/ext/standard/
H A Dformatted_print.c715 size_t rlen; in PHP_FUNCTION() local
728 rlen = PHPWRITE(ZSTR_VAL(result), ZSTR_LEN(result)); in PHP_FUNCTION()
730 RETURN_LONG(rlen); in PHP_FUNCTION()
739 size_t rlen; in PHP_FUNCTION() local
755 rlen = PHPWRITE(ZSTR_VAL(result), ZSTR_LEN(result)); in PHP_FUNCTION()
757 RETURN_LONG(rlen); in PHP_FUNCTION()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_wait.c346 int rlen, sr, sl; in PHPDBG_COMMAND() local
374 rlen = sizeof(remote); in PHPDBG_COMMAND()
375 sr = accept(sl, (struct sockaddr *) &remote, (socklen_t *) &rlen); in PHPDBG_COMMAND()
/PHP-7.4/win32/
H A Dsendmail.c926 int rlen; in Ack() local
936 if ((rlen = recv(PW32G(mail_socket), buf + Index, ((MAIL_BUFFER_SIZE) - 1) - Received, 0)) < 1) { in Ack()
939 Received += rlen; in Ack()
944 Index += rlen; in Ack()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c1166 uint16_t rlen; in cdf_unpack_catalog() local
1179 rlen = reclen - 14; in cdf_unpack_catalog()
1180 if (cep->ce_namlen > rlen) in cdf_unpack_catalog()
1181 cep->ce_namlen = rlen; in cdf_unpack_catalog()

Completed in 28 milliseconds