Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/lib/
H A Dparse_date.re97 #define BSIZE 8192
318 if((s->top - s->lim) < BSIZE){
319 uchar *buf = (uchar*) malloc(((s->lim - s->bot) + BSIZE)*sizeof(uchar));
326 s->top = &s->lim[BSIZE];
330 if((cnt = read(s->fd, (char*) s->lim, BSIZE)) != BSIZE){
H A Dparse_iso_intervals.re62 #define BSIZE 8192
H A Dparse_iso_intervals.c64 #define BSIZE 8192 macro
H A Dparse_date.c99 #define BSIZE 8192 macro
320 if((s->top - s->lim) < BSIZE){
321 uchar *buf = (uchar*) malloc(((s->lim - s->bot) + BSIZE)*sizeof(uchar));
328 s->top = &s->lim[BSIZE];
332 if((cnt = read(s->fd, (char*) s->lim, BSIZE)) != BSIZE){

Completed in 34 milliseconds