Subversion Repositories Kolibri OS

Rev

Rev 4205 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4205 Rev 4220
Line 139... Line 139...
139
        mcall
139
        mcall
Line 140... Line 140...
140
 
140
 
141
 
141
 
142
save:
142
save:
143
        mov     ebp, [identifier]
143
        mov     ebp, [identifier]
144
        mov     eax, [ebp + http_msg.content_length]
144
        mov     eax, [ebp + http_msg.content_received]
145
        mov     [final_size], eax
145
        mov     [final_size], eax
146
        lea     ebx, [ebp + http_msg.data]
146
        lea     ebx, [ebp + http_msg.data]
147
        add     ebx, [ebp + http_msg.header_length]
147
        add     ebx, [ebp + http_msg.header_length]