file_size 425 ext/standard/ftp_fopen_wrapper.c size_t file_size = 0; file_size 495 ext/standard/ftp_fopen_wrapper.c file_size = atoi(sizestr); file_size 496 ext/standard/ftp_fopen_wrapper.c php_stream_notify_file_size(context, file_size, tmp_line, result); file_size 575 ext/standard/ftp_fopen_wrapper.c php_stream_notify_progress_init(context, 0, file_size); file_size 131 ext/standard/http_fopen_wrapper.c size_t chunk_size = 0, file_size = 0; file_size 772 ext/standard/http_fopen_wrapper.c file_size = atoi(http_header_line + 16); file_size 773 ext/standard/http_fopen_wrapper.c php_stream_notify_file_size(context, file_size, http_header_line, 0); file_size 916 ext/standard/http_fopen_wrapper.c php_stream_notify_progress_init(context, 0, file_size); file_size 1242 main/rfc1867.c zval file_size, error_type; file_size 1250 main/rfc1867.c ZVAL_LONG(&file_size, 0); file_size 1267 main/rfc1867.c ZVAL_LONG(&file_size, total_bytes); file_size 1286 main/rfc1867.c ZVAL_STRING(&file_size, file_size_buf); file_size 1288 main/rfc1867.c safe_php_register_variable_ex(lbuf, &file_size, NULL, size_overflow); file_size 1298 main/rfc1867.c ZVAL_STRING(&file_size, file_size_buf); file_size 1300 main/rfc1867.c register_http_post_files_variable_ex(lbuf, &file_size, &PG(http_globals)[TRACK_VARS_FILES], size_overflow); file_size 112 main/streams/php_stream_context.h #define php_stream_notify_file_size(context, file_size, xmsg, xcode) do { if ((context) && (context)->notifier) { \ file_size 114 main/streams/php_stream_context.h (xmsg), (xcode), 0, (file_size), NULL); } } while(0)