Home
last modified time | relevance | path

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

/PHP-8.1/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-8.1/ext/standard/
H A Dformatted_print.c809 size_t rlen; in PHP_FUNCTION() local
824 rlen = PHPWRITE(ZSTR_VAL(result), ZSTR_LEN(result)); in PHP_FUNCTION()
826 RETURN_LONG(rlen); in PHP_FUNCTION()
834 size_t rlen; in PHP_FUNCTION() local
853 rlen = PHPWRITE(ZSTR_VAL(result), ZSTR_LEN(result)); in PHP_FUNCTION()
855 RETURN_LONG(rlen); in PHP_FUNCTION()
/PHP-8.1/win32/
H A Dsendmail.c927 int rlen; in Ack() local
937 if ((rlen = recv(PW32G(mail_socket), buf + Index, ((MAIL_BUFFER_SIZE) - 1) - Received, 0)) < 1) { in Ack()
940 Received += rlen; in Ack()
945 Index += rlen; in Ack()
/PHP-8.1/ext/fileinfo/libmagic/
H A Dcdf.c1182 uint16_t rlen; in cdf_unpack_catalog() local
1195 rlen = reclen - 14; in cdf_unpack_catalog()
1196 if (cep->ce_namlen > rlen) in cdf_unpack_catalog()
1197 cep->ce_namlen = rlen; in cdf_unpack_catalog()
/PHP-8.1/ext/opcache/jit/dynasm/
H A Dminilua.c6798 size_t rlen;
6802 rlen=BUFSIZ;
6805 if(rlen>n)rlen=n;
6806 nr=fread(p,sizeof(char),rlen,f);
6809 }while(n>0&&nr==rlen);

Completed in 48 milliseconds