Home
last modified time | relevance | path

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

/php-src/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-src/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-src/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-src/ext/fileinfo/libmagic/
H A Dcdf.c1191 uint16_t rlen; in cdf_unpack_catalog() local
1204 rlen = reclen - 14; in cdf_unpack_catalog()
1205 if (cep->ce_namlen > rlen) in cdf_unpack_catalog()
1206 cep->ce_namlen = rlen; in cdf_unpack_catalog()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c6799 size_t rlen;
6803 rlen=BUFSIZ;
6806 if(rlen>n)rlen=n;
6807 nr=fread(p,sizeof(char),rlen,f);
6810 }while(n>0&&nr==rlen);

Completed in 72 milliseconds