Lines Matching refs:size
95 } size;
364 size_t Curl_ftp_parselist(char *buffer, size_t size, size_t nmemb,
367 size_t bufflen = size*nmemb;
429 /* start FSM again not considering size of directory */
444 /* here we can deal with directory size, pass the leading
603 parser->state.UNIX.sub.size = PL_UNIX_SIZE_PRESPACE;
611 switch(parser->state.UNIX.sub.size) {
617 parser->state.UNIX.sub.size = PL_UNIX_SIZE_NUMBER;
636 parser->file_data->info.size = fsize;
952 finfo->size = 0;
958 &endptr, 10, &finfo->size)) {