libcurl's memory.h renamed to curl_memory.h
This commit is contained in:
parent
9770899a4b
commit
33a3753c3f
2
CHANGES
2
CHANGES
@ -11,6 +11,8 @@ Yang Tse (21 Apr 2009)
|
|||||||
setup_once.h. Inclusion of each header file is based on the definition of
|
setup_once.h. Inclusion of each header file is based on the definition of
|
||||||
NEED_MALLOC_H and NEED_MEMORY_H respectively.
|
NEED_MALLOC_H and NEED_MEMORY_H respectively.
|
||||||
|
|
||||||
|
Renamed libcurl's memory.h to curl_memory.h
|
||||||
|
|
||||||
Daniel Stenberg (20 Apr 2009)
|
Daniel Stenberg (20 Apr 2009)
|
||||||
- Leanic Lefever reported a crash and did some detailed research on why and
|
- Leanic Lefever reported a crash and did some detailed research on why and
|
||||||
how it occurs (http://curl.haxx.se/mail/lib-2009-04/0289.html). The
|
how it occurs (http://curl.haxx.se/mail/lib-2009-04/0289.html). The
|
||||||
|
@ -154,7 +154,7 @@ $(OBJ_DIR)\file.obj: file.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
|||||||
..\include\curl\multi.h ..\include\curl\curl.h formdata.h timeval.h &
|
..\include\curl\multi.h ..\include\curl\curl.h formdata.h timeval.h &
|
||||||
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h &
|
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h &
|
||||||
progress.h sendf.h escape.h file.h speedcheck.h getinfo.h transfer.h &
|
progress.h sendf.h escape.h file.h speedcheck.h getinfo.h transfer.h &
|
||||||
url.h memory.h parsedate.h ..\include\curl\mprintf.h memdebug.h
|
url.h curl_memory.h parsedate.h ..\include\curl\mprintf.h memdebug.h
|
||||||
$(OBJ_DIR)\timeval.obj: timeval.c timeval.h setup.h config-win32.h &
|
$(OBJ_DIR)\timeval.obj: timeval.c timeval.h setup.h config-win32.h &
|
||||||
..\include\curl\curlbuild.h ..\include\curl\curlrules.h setup_once.h
|
..\include\curl\curlbuild.h ..\include\curl\curlrules.h setup_once.h
|
||||||
$(OBJ_DIR)\base64.obj: base64.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
$(OBJ_DIR)\base64.obj: base64.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
||||||
@ -163,14 +163,14 @@ $(OBJ_DIR)\base64.obj: base64.c setup.h config-win32.h ..\include\curl\curlbuild
|
|||||||
..\include\curl\curlrules.h ..\include\curl\easy.h &
|
..\include\curl\curlrules.h ..\include\curl\easy.h &
|
||||||
..\include\curl\multi.h urldata.h cookie.h ..\include\curl\curl.h &
|
..\include\curl\multi.h urldata.h cookie.h ..\include\curl\curl.h &
|
||||||
formdata.h timeval.h http_chunks.h hostip.h hash.h llist.h &
|
formdata.h timeval.h http_chunks.h hostip.h hash.h llist.h &
|
||||||
curl_addrinfo.h splay.h easyif.h curl_base64.h memory.h memdebug.h
|
curl_addrinfo.h splay.h easyif.h curl_base64.h curl_memory.h memdebug.h
|
||||||
$(OBJ_DIR)\hostip.obj: hostip.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
$(OBJ_DIR)\hostip.obj: hostip.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
||||||
..\include\curl\curlrules.h setup_once.h urldata.h cookie.h &
|
..\include\curl\curlrules.h setup_once.h urldata.h cookie.h &
|
||||||
..\include\curl\curl.h ..\include\curl\curlver.h &
|
..\include\curl\curl.h ..\include\curl\curlver.h &
|
||||||
..\include\curl\curlrules.h ..\include\curl\easy.h &
|
..\include\curl\curlrules.h ..\include\curl\easy.h &
|
||||||
..\include\curl\multi.h ..\include\curl\curl.h formdata.h timeval.h &
|
..\include\curl\multi.h ..\include\curl\curl.h formdata.h timeval.h &
|
||||||
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h sendf.h &
|
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h sendf.h &
|
||||||
share.h strerror.h url.h inet_ntop.h ..\include\curl\mprintf.h memory.h &
|
share.h strerror.h url.h inet_ntop.h ..\include\curl\mprintf.h curl_memory.h &
|
||||||
memdebug.h
|
memdebug.h
|
||||||
$(OBJ_DIR)\progress.obj: progress.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
$(OBJ_DIR)\progress.obj: progress.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
||||||
..\include\curl\curlrules.h setup_once.h urldata.h cookie.h &
|
..\include\curl\curlrules.h setup_once.h urldata.h cookie.h &
|
||||||
@ -184,7 +184,7 @@ $(OBJ_DIR)\formdata.obj: formdata.c setup.h config-win32.h ..\include\curl\curlb
|
|||||||
..\include\curl\curlver.h ..\include\curl\curlrules.h &
|
..\include\curl\curlver.h ..\include\curl\curlrules.h &
|
||||||
..\include\curl\easy.h ..\include\curl\multi.h ..\include\curl\curl.h &
|
..\include\curl\easy.h ..\include\curl\multi.h ..\include\curl\curl.h &
|
||||||
urldata.h cookie.h formdata.h timeval.h http_chunks.h hostip.h hash.h &
|
urldata.h cookie.h formdata.h timeval.h http_chunks.h hostip.h hash.h &
|
||||||
llist.h curl_addrinfo.h splay.h easyif.h strequal.h memory.h &
|
llist.h curl_addrinfo.h splay.h easyif.h strequal.h curl_memory.h &
|
||||||
..\include\curl\mprintf.h memdebug.h
|
..\include\curl\mprintf.h memdebug.h
|
||||||
$(OBJ_DIR)\cookie.obj: cookie.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
$(OBJ_DIR)\cookie.obj: cookie.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
||||||
..\include\curl\curlrules.h setup_once.h ..\include\curl\mprintf.h &
|
..\include\curl\curlrules.h setup_once.h ..\include\curl\mprintf.h &
|
||||||
@ -192,7 +192,7 @@ $(OBJ_DIR)\cookie.obj: cookie.c setup.h config-win32.h ..\include\curl\curlbuild
|
|||||||
..\include\curl\curlrules.h ..\include\curl\easy.h &
|
..\include\curl\curlrules.h ..\include\curl\easy.h &
|
||||||
..\include\curl\multi.h urldata.h cookie.h ..\include\curl\curl.h &
|
..\include\curl\multi.h urldata.h cookie.h ..\include\curl\curl.h &
|
||||||
formdata.h timeval.h http_chunks.h hostip.h hash.h llist.h &
|
formdata.h timeval.h http_chunks.h hostip.h hash.h llist.h &
|
||||||
curl_addrinfo.h splay.h strequal.h strtok.h sendf.h memory.h share.h &
|
curl_addrinfo.h splay.h strequal.h strtok.h sendf.h curl_memory.h share.h &
|
||||||
strtoofft.h rawstr.h memdebug.h
|
strtoofft.h rawstr.h memdebug.h
|
||||||
$(OBJ_DIR)\http.obj: http.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
$(OBJ_DIR)\http.obj: http.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
||||||
..\include\curl\curlrules.h setup_once.h urldata.h cookie.h &
|
..\include\curl\curlrules.h setup_once.h urldata.h cookie.h &
|
||||||
@ -202,7 +202,7 @@ $(OBJ_DIR)\http.obj: http.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
|||||||
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h &
|
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h &
|
||||||
transfer.h sendf.h easyif.h progress.h curl_base64.h strequal.h &
|
transfer.h sendf.h easyif.h progress.h curl_base64.h strequal.h &
|
||||||
sslgen.h http_digest.h http_ntlm.h http_negotiate.h url.h share.h &
|
sslgen.h http_digest.h http_ntlm.h http_negotiate.h url.h share.h &
|
||||||
http.h memory.h select.h parsedate.h strtoofft.h multiif.h rawstr.h &
|
http.h curl_memory.h select.h parsedate.h strtoofft.h multiif.h rawstr.h &
|
||||||
..\include\curl\mprintf.h memdebug.h
|
..\include\curl\mprintf.h memdebug.h
|
||||||
$(OBJ_DIR)\sendf.obj: sendf.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
$(OBJ_DIR)\sendf.obj: sendf.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
||||||
..\include\curl\curlrules.h setup_once.h ..\include\curl\curl.h &
|
..\include\curl\curlrules.h setup_once.h ..\include\curl\curl.h &
|
||||||
@ -210,7 +210,7 @@ $(OBJ_DIR)\sendf.obj: sendf.c setup.h config-win32.h ..\include\curl\curlbuild.h
|
|||||||
..\include\curl\easy.h ..\include\curl\multi.h ..\include\curl\curl.h &
|
..\include\curl\easy.h ..\include\curl\multi.h ..\include\curl\curl.h &
|
||||||
urldata.h cookie.h formdata.h timeval.h http_chunks.h hostip.h hash.h &
|
urldata.h cookie.h formdata.h timeval.h http_chunks.h hostip.h hash.h &
|
||||||
llist.h curl_addrinfo.h splay.h sendf.h connect.h sslgen.h ssh.h &
|
llist.h curl_addrinfo.h splay.h sendf.h connect.h sslgen.h ssh.h &
|
||||||
multiif.h ..\include\curl\mprintf.h memory.h strerror.h easyif.h &
|
multiif.h ..\include\curl\mprintf.h curl_memory.h strerror.h easyif.h &
|
||||||
memdebug.h
|
memdebug.h
|
||||||
$(OBJ_DIR)\ftp.obj: ftp.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
$(OBJ_DIR)\ftp.obj: ftp.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
||||||
..\include\curl\curlrules.h setup_once.h ..\include\curl\curl.h &
|
..\include\curl\curlrules.h setup_once.h ..\include\curl\curl.h &
|
||||||
@ -221,7 +221,7 @@ $(OBJ_DIR)\ftp.obj: ftp.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
|||||||
transfer.h escape.h http.h socks.h ftp.h strtoofft.h strequal.h &
|
transfer.h escape.h http.h socks.h ftp.h strtoofft.h strequal.h &
|
||||||
sslgen.h connect.h strerror.h inet_ntop.h inet_pton.h select.h &
|
sslgen.h connect.h strerror.h inet_ntop.h inet_pton.h select.h &
|
||||||
parsedate.h sockaddr.h multiif.h url.h ..\include\curl\mprintf.h &
|
parsedate.h sockaddr.h multiif.h url.h ..\include\curl\mprintf.h &
|
||||||
memory.h memdebug.h
|
curl_memory.h memdebug.h
|
||||||
$(OBJ_DIR)\url.obj: url.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
$(OBJ_DIR)\url.obj: url.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
||||||
..\include\curl\curlrules.h setup_once.h urldata.h cookie.h &
|
..\include\curl\curlrules.h setup_once.h urldata.h cookie.h &
|
||||||
..\include\curl\curl.h ..\include\curl\curlver.h &
|
..\include\curl\curl.h ..\include\curl\curlver.h &
|
||||||
@ -232,7 +232,7 @@ $(OBJ_DIR)\url.obj: url.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
|||||||
strtok.h share.h content_encoding.h http_digest.h http_negotiate.h &
|
strtok.h share.h content_encoding.h http_digest.h http_negotiate.h &
|
||||||
select.h multiif.h easyif.h speedcheck.h rawstr.h ftp.h dict.h telnet.h &
|
select.h multiif.h easyif.h speedcheck.h rawstr.h ftp.h dict.h telnet.h &
|
||||||
tftp.h http.h file.h curl_ldap.h ssh.h url.h connect.h inet_ntop.h &
|
tftp.h http.h file.h curl_ldap.h ssh.h url.h connect.h inet_ntop.h &
|
||||||
http_ntlm.h socks.h ..\include\curl\mprintf.h memory.h memdebug.h
|
http_ntlm.h socks.h ..\include\curl\mprintf.h curl_memory.h memdebug.h
|
||||||
$(OBJ_DIR)\dict.obj: dict.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
$(OBJ_DIR)\dict.obj: dict.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
||||||
..\include\curl\curlrules.h setup_once.h urldata.h cookie.h &
|
..\include\curl\curlrules.h setup_once.h urldata.h cookie.h &
|
||||||
..\include\curl\curl.h ..\include\curl\curlver.h &
|
..\include\curl\curl.h ..\include\curl\curlver.h &
|
||||||
@ -246,7 +246,7 @@ $(OBJ_DIR)\if2ip.obj: if2ip.c setup.h config-win32.h ..\include\curl\curlbuild.h
|
|||||||
..\include\curl\curl.h ..\include\curl\curlver.h &
|
..\include\curl\curl.h ..\include\curl\curlver.h &
|
||||||
..\include\curl\curlrules.h ..\include\curl\easy.h &
|
..\include\curl\curlrules.h ..\include\curl\easy.h &
|
||||||
..\include\curl\multi.h ..\include\curl\curl.h if2ip.h &
|
..\include\curl\multi.h ..\include\curl\curl.h if2ip.h &
|
||||||
..\include\curl\mprintf.h memory.h memdebug.h
|
..\include\curl\mprintf.h curl_memory.h memdebug.h
|
||||||
$(OBJ_DIR)\speedcheck.obj: speedcheck.c setup.h config-win32.h &
|
$(OBJ_DIR)\speedcheck.obj: speedcheck.c setup.h config-win32.h &
|
||||||
..\include\curl\curlbuild.h ..\include\curl\curlrules.h setup_once.h &
|
..\include\curl\curlbuild.h ..\include\curl\curlrules.h setup_once.h &
|
||||||
..\include\curl\curl.h ..\include\curl\curlver.h &
|
..\include\curl\curl.h ..\include\curl\curlver.h &
|
||||||
@ -274,19 +274,19 @@ $(OBJ_DIR)\getenv.obj: getenv.c setup.h config-win32.h ..\include\curl\curlbuild
|
|||||||
..\include\curl\curlrules.h setup_once.h ..\include\curl\curl.h &
|
..\include\curl\curlrules.h setup_once.h ..\include\curl\curl.h &
|
||||||
..\include\curl\curlver.h ..\include\curl\curlrules.h &
|
..\include\curl\curlver.h ..\include\curl\curlrules.h &
|
||||||
..\include\curl\easy.h ..\include\curl\multi.h ..\include\curl\curl.h &
|
..\include\curl\easy.h ..\include\curl\multi.h ..\include\curl\curl.h &
|
||||||
memory.h memdebug.h
|
curl_memory.h memdebug.h
|
||||||
$(OBJ_DIR)\escape.obj: escape.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
$(OBJ_DIR)\escape.obj: escape.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
||||||
..\include\curl\curlrules.h setup_once.h ..\include\curl\curl.h &
|
..\include\curl\curlrules.h setup_once.h ..\include\curl\curl.h &
|
||||||
..\include\curl\curlver.h ..\include\curl\curlrules.h &
|
..\include\curl\curlver.h ..\include\curl\curlrules.h &
|
||||||
..\include\curl\easy.h ..\include\curl\multi.h ..\include\curl\curl.h &
|
..\include\curl\easy.h ..\include\curl\multi.h ..\include\curl\curl.h &
|
||||||
memory.h urldata.h cookie.h formdata.h timeval.h http_chunks.h hostip.h &
|
curl_memory.h urldata.h cookie.h formdata.h timeval.h http_chunks.h hostip.h &
|
||||||
hash.h llist.h curl_addrinfo.h splay.h easyif.h &
|
hash.h llist.h curl_addrinfo.h splay.h easyif.h &
|
||||||
..\include\curl\mprintf.h memdebug.h
|
..\include\curl\mprintf.h memdebug.h
|
||||||
$(OBJ_DIR)\mprintf.obj: mprintf.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
$(OBJ_DIR)\mprintf.obj: mprintf.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
||||||
..\include\curl\curlrules.h setup_once.h ..\include\curl\mprintf.h &
|
..\include\curl\curlrules.h setup_once.h ..\include\curl\mprintf.h &
|
||||||
..\include\curl\curl.h ..\include\curl\curlver.h &
|
..\include\curl\curl.h ..\include\curl\curlver.h &
|
||||||
..\include\curl\curlrules.h ..\include\curl\easy.h &
|
..\include\curl\curlrules.h ..\include\curl\easy.h &
|
||||||
..\include\curl\multi.h memory.h ..\include\curl\curl.h memdebug.h
|
..\include\curl\multi.h curl_memory.h ..\include\curl\curl.h memdebug.h
|
||||||
$(OBJ_DIR)\telnet.obj: telnet.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
$(OBJ_DIR)\telnet.obj: telnet.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
||||||
..\include\curl\curlrules.h setup_once.h urldata.h cookie.h &
|
..\include\curl\curlrules.h setup_once.h urldata.h cookie.h &
|
||||||
..\include\curl\curl.h ..\include\curl\curlver.h &
|
..\include\curl\curl.h ..\include\curl\curlver.h &
|
||||||
@ -294,19 +294,19 @@ $(OBJ_DIR)\telnet.obj: telnet.c setup.h config-win32.h ..\include\curl\curlbuild
|
|||||||
..\include\curl\multi.h ..\include\curl\curl.h formdata.h timeval.h &
|
..\include\curl\multi.h ..\include\curl\curl.h formdata.h timeval.h &
|
||||||
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h &
|
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h &
|
||||||
transfer.h sendf.h telnet.h connect.h ..\include\curl\mprintf.h &
|
transfer.h sendf.h telnet.h connect.h ..\include\curl\mprintf.h &
|
||||||
arpa_telnet.h memory.h select.h strequal.h rawstr.h memdebug.h
|
arpa_telnet.h curl_memory.h select.h strequal.h rawstr.h memdebug.h
|
||||||
$(OBJ_DIR)\netrc.obj: netrc.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
$(OBJ_DIR)\netrc.obj: netrc.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
||||||
..\include\curl\curlrules.h setup_once.h ..\include\curl\curl.h &
|
..\include\curl\curlrules.h setup_once.h ..\include\curl\curl.h &
|
||||||
..\include\curl\curlver.h ..\include\curl\curlrules.h &
|
..\include\curl\curlver.h ..\include\curl\curlrules.h &
|
||||||
..\include\curl\easy.h ..\include\curl\multi.h ..\include\curl\curl.h &
|
..\include\curl\easy.h ..\include\curl\multi.h ..\include\curl\curl.h &
|
||||||
netrc.h strequal.h strtok.h memory.h rawstr.h ..\include\curl\mprintf.h &
|
netrc.h strequal.h strtok.h curl_memory.h rawstr.h ..\include\curl\mprintf.h &
|
||||||
memdebug.h
|
memdebug.h
|
||||||
$(OBJ_DIR)\getinfo.obj: getinfo.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
$(OBJ_DIR)\getinfo.obj: getinfo.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
||||||
..\include\curl\curlrules.h setup_once.h ..\include\curl\curl.h &
|
..\include\curl\curlrules.h setup_once.h ..\include\curl\curl.h &
|
||||||
..\include\curl\curlver.h ..\include\curl\curlrules.h &
|
..\include\curl\curlver.h ..\include\curl\curlrules.h &
|
||||||
..\include\curl\easy.h ..\include\curl\multi.h ..\include\curl\curl.h &
|
..\include\curl\easy.h ..\include\curl\multi.h ..\include\curl\curl.h &
|
||||||
urldata.h cookie.h formdata.h timeval.h http_chunks.h hostip.h hash.h &
|
urldata.h cookie.h formdata.h timeval.h http_chunks.h hostip.h hash.h &
|
||||||
llist.h curl_addrinfo.h splay.h getinfo.h memory.h sslgen.h connect.h &
|
llist.h curl_addrinfo.h splay.h getinfo.h curl_memory.h sslgen.h connect.h &
|
||||||
memdebug.h
|
memdebug.h
|
||||||
$(OBJ_DIR)\transfer.obj: transfer.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
$(OBJ_DIR)\transfer.obj: transfer.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
||||||
..\include\curl\curlrules.h setup_once.h strtoofft.h strequal.h &
|
..\include\curl\curlrules.h setup_once.h strtoofft.h strequal.h &
|
||||||
@ -316,7 +316,7 @@ $(OBJ_DIR)\transfer.obj: transfer.c setup.h config-win32.h ..\include\curl\curlb
|
|||||||
cookie.h formdata.h timeval.h http_chunks.h hostip.h hash.h llist.h &
|
cookie.h formdata.h timeval.h http_chunks.h hostip.h hash.h llist.h &
|
||||||
curl_addrinfo.h splay.h netrc.h content_encoding.h transfer.h sendf.h &
|
curl_addrinfo.h splay.h netrc.h content_encoding.h transfer.h sendf.h &
|
||||||
speedcheck.h progress.h http.h url.h getinfo.h sslgen.h http_digest.h &
|
speedcheck.h progress.h http.h url.h getinfo.h sslgen.h http_digest.h &
|
||||||
http_ntlm.h http_negotiate.h share.h memory.h select.h multiif.h &
|
http_ntlm.h http_negotiate.h share.h curl_memory.h select.h multiif.h &
|
||||||
easyif.h ..\include\curl\mprintf.h memdebug.h
|
easyif.h ..\include\curl\mprintf.h memdebug.h
|
||||||
$(OBJ_DIR)\strequal.obj: strequal.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
$(OBJ_DIR)\strequal.obj: strequal.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
||||||
..\include\curl\curlrules.h setup_once.h strequal.h &
|
..\include\curl\curlrules.h setup_once.h strequal.h &
|
||||||
@ -330,7 +330,7 @@ $(OBJ_DIR)\easy.obj: easy.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
|||||||
..\include\curl\multi.h ..\include\curl\curl.h urldata.h cookie.h &
|
..\include\curl\multi.h ..\include\curl\curl.h urldata.h cookie.h &
|
||||||
formdata.h timeval.h http_chunks.h hostip.h hash.h llist.h &
|
formdata.h timeval.h http_chunks.h hostip.h hash.h llist.h &
|
||||||
curl_addrinfo.h splay.h transfer.h sslgen.h url.h getinfo.h share.h &
|
curl_addrinfo.h splay.h transfer.h sslgen.h url.h getinfo.h share.h &
|
||||||
strdup.h memory.h progress.h easyif.h select.h sendf.h http_ntlm.h &
|
strdup.h curl_memory.h progress.h easyif.h select.h sendf.h http_ntlm.h &
|
||||||
connect.h ..\include\curl\mprintf.h memdebug.h
|
connect.h ..\include\curl\mprintf.h memdebug.h
|
||||||
$(OBJ_DIR)\security.obj: security.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
$(OBJ_DIR)\security.obj: security.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
||||||
..\include\curl\curlrules.h setup_once.h
|
..\include\curl\curlrules.h setup_once.h
|
||||||
@ -343,7 +343,7 @@ $(OBJ_DIR)\memdebug.obj: memdebug.c setup.h config-win32.h ..\include\curl\curlb
|
|||||||
..\include\curl\curlver.h ..\include\curl\curlrules.h &
|
..\include\curl\curlver.h ..\include\curl\curlrules.h &
|
||||||
..\include\curl\easy.h ..\include\curl\multi.h ..\include\curl\curl.h &
|
..\include\curl\easy.h ..\include\curl\multi.h ..\include\curl\curl.h &
|
||||||
..\include\curl\mprintf.h urldata.h cookie.h formdata.h timeval.h &
|
..\include\curl\mprintf.h urldata.h cookie.h formdata.h timeval.h &
|
||||||
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h memory.h &
|
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h curl_memory.h &
|
||||||
memdebug.h
|
memdebug.h
|
||||||
$(OBJ_DIR)\http_chunks.obj: http_chunks.c setup.h config-win32.h &
|
$(OBJ_DIR)\http_chunks.obj: http_chunks.c setup.h config-win32.h &
|
||||||
..\include\curl\curlbuild.h ..\include\curl\curlrules.h setup_once.h &
|
..\include\curl\curlbuild.h ..\include\curl\curlrules.h setup_once.h &
|
||||||
@ -351,7 +351,7 @@ $(OBJ_DIR)\http_chunks.obj: http_chunks.c setup.h config-win32.h &
|
|||||||
..\include\curl\curlrules.h ..\include\curl\easy.h &
|
..\include\curl\curlrules.h ..\include\curl\easy.h &
|
||||||
..\include\curl\multi.h ..\include\curl\curl.h formdata.h timeval.h &
|
..\include\curl\multi.h ..\include\curl\curl.h formdata.h timeval.h &
|
||||||
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h sendf.h &
|
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h sendf.h &
|
||||||
content_encoding.h http.h memory.h easyif.h ..\include\curl\mprintf.h &
|
content_encoding.h http.h curl_memory.h easyif.h ..\include\curl\mprintf.h &
|
||||||
memdebug.h
|
memdebug.h
|
||||||
$(OBJ_DIR)\strtok.obj: strtok.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
$(OBJ_DIR)\strtok.obj: strtok.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
||||||
..\include\curl\curlrules.h setup_once.h strtok.h
|
..\include\curl\curlrules.h setup_once.h strtok.h
|
||||||
@ -361,10 +361,10 @@ $(OBJ_DIR)\connect.obj: connect.c setup.h config-win32.h ..\include\curl\curlbui
|
|||||||
..\include\curl\curlrules.h ..\include\curl\easy.h &
|
..\include\curl\curlrules.h ..\include\curl\easy.h &
|
||||||
..\include\curl\multi.h urldata.h cookie.h ..\include\curl\curl.h &
|
..\include\curl\multi.h urldata.h cookie.h ..\include\curl\curl.h &
|
||||||
formdata.h timeval.h http_chunks.h hostip.h hash.h llist.h &
|
formdata.h timeval.h http_chunks.h hostip.h hash.h llist.h &
|
||||||
curl_addrinfo.h splay.h sendf.h if2ip.h strerror.h connect.h memory.h &
|
curl_addrinfo.h splay.h sendf.h if2ip.h strerror.h connect.h curl_memory.h &
|
||||||
select.h url.h multiif.h sockaddr.h inet_ntop.h sslgen.h memdebug.h
|
select.h url.h multiif.h sockaddr.h inet_ntop.h sslgen.h memdebug.h
|
||||||
$(OBJ_DIR)\llist.obj: llist.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
$(OBJ_DIR)\llist.obj: llist.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
||||||
..\include\curl\curlrules.h setup_once.h llist.h memory.h &
|
..\include\curl\curlrules.h setup_once.h llist.h curl_memory.h &
|
||||||
..\include\curl\curl.h ..\include\curl\curlver.h &
|
..\include\curl\curl.h ..\include\curl\curlver.h &
|
||||||
..\include\curl\curlrules.h ..\include\curl\easy.h &
|
..\include\curl\curlrules.h ..\include\curl\easy.h &
|
||||||
..\include\curl\multi.h ..\include\curl\curl.h memdebug.h
|
..\include\curl\multi.h ..\include\curl\curl.h memdebug.h
|
||||||
@ -372,7 +372,7 @@ $(OBJ_DIR)\hash.obj: hash.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
|||||||
..\include\curl\curlrules.h setup_once.h hash.h llist.h &
|
..\include\curl\curlrules.h setup_once.h hash.h llist.h &
|
||||||
..\include\curl\mprintf.h ..\include\curl\curl.h &
|
..\include\curl\mprintf.h ..\include\curl\curl.h &
|
||||||
..\include\curl\curlver.h ..\include\curl\curlrules.h &
|
..\include\curl\curlver.h ..\include\curl\curlrules.h &
|
||||||
..\include\curl\easy.h ..\include\curl\multi.h memory.h &
|
..\include\curl\easy.h ..\include\curl\multi.h curl_memory.h &
|
||||||
..\include\curl\curl.h memdebug.h
|
..\include\curl\curl.h memdebug.h
|
||||||
$(OBJ_DIR)\multi.obj: multi.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
$(OBJ_DIR)\multi.obj: multi.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
||||||
..\include\curl\curlrules.h setup_once.h ..\include\curl\curl.h &
|
..\include\curl\curlrules.h setup_once.h ..\include\curl\curl.h &
|
||||||
@ -380,7 +380,7 @@ $(OBJ_DIR)\multi.obj: multi.c setup.h config-win32.h ..\include\curl\curlbuild.h
|
|||||||
..\include\curl\easy.h ..\include\curl\multi.h ..\include\curl\curl.h &
|
..\include\curl\easy.h ..\include\curl\multi.h ..\include\curl\curl.h &
|
||||||
urldata.h cookie.h formdata.h timeval.h http_chunks.h hostip.h hash.h &
|
urldata.h cookie.h formdata.h timeval.h http_chunks.h hostip.h hash.h &
|
||||||
llist.h curl_addrinfo.h splay.h transfer.h url.h connect.h progress.h &
|
llist.h curl_addrinfo.h splay.h transfer.h url.h connect.h progress.h &
|
||||||
easyif.h multiif.h sendf.h http.h ..\include\curl\mprintf.h memory.h &
|
easyif.h multiif.h sendf.h http.h ..\include\curl\mprintf.h curl_memory.h &
|
||||||
memdebug.h
|
memdebug.h
|
||||||
$(OBJ_DIR)\content_encoding.obj: content_encoding.c setup.h config-win32.h &
|
$(OBJ_DIR)\content_encoding.obj: content_encoding.c setup.h config-win32.h &
|
||||||
..\include\curl\curlbuild.h ..\include\curl\curlrules.h setup_once.h
|
..\include\curl\curlbuild.h ..\include\curl\curlrules.h setup_once.h
|
||||||
@ -389,14 +389,14 @@ $(OBJ_DIR)\share.obj: share.c setup.h config-win32.h ..\include\curl\curlbuild.h
|
|||||||
..\include\curl\curlver.h ..\include\curl\curlrules.h &
|
..\include\curl\curlver.h ..\include\curl\curlrules.h &
|
||||||
..\include\curl\easy.h ..\include\curl\multi.h ..\include\curl\curl.h &
|
..\include\curl\easy.h ..\include\curl\multi.h ..\include\curl\curl.h &
|
||||||
urldata.h cookie.h formdata.h timeval.h http_chunks.h hostip.h hash.h &
|
urldata.h cookie.h formdata.h timeval.h http_chunks.h hostip.h hash.h &
|
||||||
llist.h curl_addrinfo.h splay.h share.h memory.h memdebug.h
|
llist.h curl_addrinfo.h splay.h share.h curl_memory.h memdebug.h
|
||||||
$(OBJ_DIR)\http_digest.obj: http_digest.c setup.h config-win32.h &
|
$(OBJ_DIR)\http_digest.obj: http_digest.c setup.h config-win32.h &
|
||||||
..\include\curl\curlbuild.h ..\include\curl\curlrules.h setup_once.h &
|
..\include\curl\curlbuild.h ..\include\curl\curlrules.h setup_once.h &
|
||||||
urldata.h cookie.h ..\include\curl\curl.h ..\include\curl\curlver.h &
|
urldata.h cookie.h ..\include\curl\curl.h ..\include\curl\curlver.h &
|
||||||
..\include\curl\curlrules.h ..\include\curl\easy.h &
|
..\include\curl\curlrules.h ..\include\curl\easy.h &
|
||||||
..\include\curl\multi.h ..\include\curl\curl.h formdata.h timeval.h &
|
..\include\curl\multi.h ..\include\curl\curl.h formdata.h timeval.h &
|
||||||
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h sendf.h &
|
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h sendf.h &
|
||||||
rawstr.h curl_base64.h curl_md5.h http_digest.h strtok.h url.h memory.h &
|
rawstr.h curl_base64.h curl_md5.h http_digest.h strtok.h url.h curl_memory.h &
|
||||||
easyif.h ..\include\curl\mprintf.h memdebug.h
|
easyif.h ..\include\curl\mprintf.h memdebug.h
|
||||||
$(OBJ_DIR)\md5.obj: md5.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
$(OBJ_DIR)\md5.obj: md5.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
||||||
..\include\curl\curlrules.h setup_once.h curl_md5.h
|
..\include\curl\curlrules.h setup_once.h curl_md5.h
|
||||||
@ -408,7 +408,7 @@ $(OBJ_DIR)\http_ntlm.obj: http_ntlm.c setup.h config-win32.h &
|
|||||||
..\include\curl\curlrules.h ..\include\curl\easy.h &
|
..\include\curl\curlrules.h ..\include\curl\easy.h &
|
||||||
..\include\curl\multi.h ..\include\curl\curl.h formdata.h timeval.h &
|
..\include\curl\multi.h ..\include\curl\curl.h formdata.h timeval.h &
|
||||||
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h easyif.h &
|
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h easyif.h &
|
||||||
sendf.h rawstr.h curl_base64.h http_ntlm.h url.h memory.h ssluse.h &
|
sendf.h rawstr.h curl_base64.h http_ntlm.h url.h curl_memory.h ssluse.h &
|
||||||
..\include\curl\mprintf.h memdebug.h
|
..\include\curl\mprintf.h memdebug.h
|
||||||
$(OBJ_DIR)\inet_pton.obj: inet_pton.c setup.h config-win32.h &
|
$(OBJ_DIR)\inet_pton.obj: inet_pton.c setup.h config-win32.h &
|
||||||
..\include\curl\curlbuild.h ..\include\curl\curlrules.h setup_once.h &
|
..\include\curl\curlbuild.h ..\include\curl\curlrules.h setup_once.h &
|
||||||
@ -430,21 +430,21 @@ $(OBJ_DIR)\hostares.obj: hostares.c setup.h config-win32.h ..\include\curl\curlb
|
|||||||
..\include\curl\multi.h ..\include\curl\curl.h formdata.h timeval.h &
|
..\include\curl\multi.h ..\include\curl\curl.h formdata.h timeval.h &
|
||||||
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h sendf.h &
|
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h sendf.h &
|
||||||
share.h strerror.h url.h multiif.h inet_pton.h connect.h select.h &
|
share.h strerror.h url.h multiif.h inet_pton.h connect.h select.h &
|
||||||
..\include\curl\mprintf.h memory.h memdebug.h
|
..\include\curl\mprintf.h curl_memory.h memdebug.h
|
||||||
$(OBJ_DIR)\hostasyn.obj: hostasyn.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
$(OBJ_DIR)\hostasyn.obj: hostasyn.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
||||||
..\include\curl\curlrules.h setup_once.h urldata.h cookie.h &
|
..\include\curl\curlrules.h setup_once.h urldata.h cookie.h &
|
||||||
..\include\curl\curl.h ..\include\curl\curlver.h &
|
..\include\curl\curl.h ..\include\curl\curlver.h &
|
||||||
..\include\curl\curlrules.h ..\include\curl\easy.h &
|
..\include\curl\curlrules.h ..\include\curl\easy.h &
|
||||||
..\include\curl\multi.h ..\include\curl\curl.h formdata.h timeval.h &
|
..\include\curl\multi.h ..\include\curl\curl.h formdata.h timeval.h &
|
||||||
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h sendf.h &
|
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h sendf.h &
|
||||||
share.h strerror.h url.h ..\include\curl\mprintf.h memory.h memdebug.h
|
share.h strerror.h url.h ..\include\curl\mprintf.h curl_memory.h memdebug.h
|
||||||
$(OBJ_DIR)\hostip4.obj: hostip4.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
$(OBJ_DIR)\hostip4.obj: hostip4.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
||||||
..\include\curl\curlrules.h setup_once.h urldata.h cookie.h &
|
..\include\curl\curlrules.h setup_once.h urldata.h cookie.h &
|
||||||
..\include\curl\curl.h ..\include\curl\curlver.h &
|
..\include\curl\curl.h ..\include\curl\curlver.h &
|
||||||
..\include\curl\curlrules.h ..\include\curl\easy.h &
|
..\include\curl\curlrules.h ..\include\curl\easy.h &
|
||||||
..\include\curl\multi.h ..\include\curl\curl.h formdata.h timeval.h &
|
..\include\curl\multi.h ..\include\curl\curl.h formdata.h timeval.h &
|
||||||
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h sendf.h &
|
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h sendf.h &
|
||||||
share.h strerror.h url.h inet_pton.h ..\include\curl\mprintf.h memory.h &
|
share.h strerror.h url.h inet_pton.h ..\include\curl\mprintf.h curl_memory.h &
|
||||||
memdebug.h
|
memdebug.h
|
||||||
$(OBJ_DIR)\hostip6.obj: hostip6.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
$(OBJ_DIR)\hostip6.obj: hostip6.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
||||||
..\include\curl\curlrules.h setup_once.h urldata.h cookie.h &
|
..\include\curl\curlrules.h setup_once.h urldata.h cookie.h &
|
||||||
@ -453,14 +453,14 @@ $(OBJ_DIR)\hostip6.obj: hostip6.c setup.h config-win32.h ..\include\curl\curlbui
|
|||||||
..\include\curl\multi.h ..\include\curl\curl.h formdata.h timeval.h &
|
..\include\curl\multi.h ..\include\curl\curl.h formdata.h timeval.h &
|
||||||
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h sendf.h &
|
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h sendf.h &
|
||||||
share.h strerror.h url.h inet_pton.h connect.h &
|
share.h strerror.h url.h inet_pton.h connect.h &
|
||||||
..\include\curl\mprintf.h memory.h memdebug.h
|
..\include\curl\mprintf.h curl_memory.h memdebug.h
|
||||||
$(OBJ_DIR)\hostsyn.obj: hostsyn.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
$(OBJ_DIR)\hostsyn.obj: hostsyn.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
||||||
..\include\curl\curlrules.h setup_once.h urldata.h cookie.h &
|
..\include\curl\curlrules.h setup_once.h urldata.h cookie.h &
|
||||||
..\include\curl\curl.h ..\include\curl\curlver.h &
|
..\include\curl\curl.h ..\include\curl\curlver.h &
|
||||||
..\include\curl\curlrules.h ..\include\curl\easy.h &
|
..\include\curl\curlrules.h ..\include\curl\easy.h &
|
||||||
..\include\curl\multi.h ..\include\curl\curl.h formdata.h timeval.h &
|
..\include\curl\multi.h ..\include\curl\curl.h formdata.h timeval.h &
|
||||||
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h sendf.h &
|
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h sendf.h &
|
||||||
share.h strerror.h url.h ..\include\curl\mprintf.h memory.h memdebug.h
|
share.h strerror.h url.h ..\include\curl\mprintf.h curl_memory.h memdebug.h
|
||||||
$(OBJ_DIR)\hostthre.obj: hostthre.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
$(OBJ_DIR)\hostthre.obj: hostthre.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
||||||
..\include\curl\curlrules.h setup_once.h urldata.h cookie.h &
|
..\include\curl\curlrules.h setup_once.h urldata.h cookie.h &
|
||||||
..\include\curl\curl.h ..\include\curl\curlver.h &
|
..\include\curl\curl.h ..\include\curl\curlver.h &
|
||||||
@ -468,7 +468,7 @@ $(OBJ_DIR)\hostthre.obj: hostthre.c setup.h config-win32.h ..\include\curl\curlb
|
|||||||
..\include\curl\multi.h ..\include\curl\curl.h formdata.h timeval.h &
|
..\include\curl\multi.h ..\include\curl\curl.h formdata.h timeval.h &
|
||||||
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h sendf.h &
|
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h sendf.h &
|
||||||
share.h strerror.h url.h multiif.h inet_pton.h &
|
share.h strerror.h url.h multiif.h inet_pton.h &
|
||||||
..\include\curl\mprintf.h inet_ntop.h memory.h memdebug.h
|
..\include\curl\mprintf.h inet_ntop.h curl_memory.h memdebug.h
|
||||||
$(OBJ_DIR)\inet_ntop.obj: inet_ntop.c setup.h config-win32.h &
|
$(OBJ_DIR)\inet_ntop.obj: inet_ntop.c setup.h config-win32.h &
|
||||||
..\include\curl\curlbuild.h ..\include\curl\curlrules.h setup_once.h &
|
..\include\curl\curlbuild.h ..\include\curl\curlrules.h setup_once.h &
|
||||||
..\include\curl\mprintf.h ..\include\curl\curl.h &
|
..\include\curl\mprintf.h ..\include\curl\curl.h &
|
||||||
@ -493,7 +493,7 @@ $(OBJ_DIR)\sslgen.obj: sslgen.c setup.h config-win32.h ..\include\curl\curlbuild
|
|||||||
..\include\curl\curlrules.h ..\include\curl\easy.h &
|
..\include\curl\curlrules.h ..\include\curl\easy.h &
|
||||||
..\include\curl\multi.h ..\include\curl\curl.h formdata.h timeval.h &
|
..\include\curl\multi.h ..\include\curl\curl.h formdata.h timeval.h &
|
||||||
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h sslgen.h &
|
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h sslgen.h &
|
||||||
ssluse.h gtls.h nssg.h qssl.h sendf.h rawstr.h url.h memory.h &
|
ssluse.h gtls.h nssg.h qssl.h sendf.h rawstr.h url.h curl_memory.h &
|
||||||
progress.h memdebug.h
|
progress.h memdebug.h
|
||||||
$(OBJ_DIR)\tftp.obj: tftp.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
$(OBJ_DIR)\tftp.obj: tftp.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
||||||
..\include\curl\curlrules.h setup_once.h urldata.h cookie.h &
|
..\include\curl\curlrules.h setup_once.h urldata.h cookie.h &
|
||||||
@ -502,7 +502,7 @@ $(OBJ_DIR)\tftp.obj: tftp.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
|||||||
..\include\curl\multi.h ..\include\curl\curl.h formdata.h timeval.h &
|
..\include\curl\multi.h ..\include\curl\curl.h formdata.h timeval.h &
|
||||||
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h &
|
http_chunks.h hostip.h hash.h llist.h curl_addrinfo.h splay.h &
|
||||||
transfer.h sendf.h tftp.h progress.h connect.h strerror.h sockaddr.h &
|
transfer.h sendf.h tftp.h progress.h connect.h strerror.h sockaddr.h &
|
||||||
url.h ..\include\curl\mprintf.h memory.h select.h memdebug.h
|
url.h ..\include\curl\mprintf.h curl_memory.h select.h memdebug.h
|
||||||
$(OBJ_DIR)\splay.obj: splay.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
$(OBJ_DIR)\splay.obj: splay.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
||||||
..\include\curl\curlrules.h setup_once.h splay.h
|
..\include\curl\curlrules.h setup_once.h splay.h
|
||||||
$(OBJ_DIR)\strdup.obj: strdup.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
$(OBJ_DIR)\strdup.obj: strdup.c setup.h config-win32.h ..\include\curl\curlbuild.h &
|
||||||
@ -535,4 +535,4 @@ $(OBJ_DIR)\curl_addrinfo.obj: curl_addrinfo.c setup.h config-win32.h &
|
|||||||
..\include\curl\curl.h ..\include\curl\curlver.h &
|
..\include\curl\curl.h ..\include\curl\curlver.h &
|
||||||
..\include\curl\curlrules.h ..\include\curl\easy.h &
|
..\include\curl\curlrules.h ..\include\curl\easy.h &
|
||||||
..\include\curl\multi.h ..\include\curl\curl.h curl_addrinfo.h &
|
..\include\curl\multi.h ..\include\curl\curl.h curl_addrinfo.h &
|
||||||
..\include\curl\mprintf.h memory.h memdebug.h
|
..\include\curl\mprintf.h curl_memory.h memdebug.h
|
||||||
|
@ -18,7 +18,7 @@ HHEADERS = arpa_telnet.h netrc.h file.h timeval.h qssl.h hostip.h \
|
|||||||
getinfo.h strequal.h krb4.h memdebug.h http_chunks.h \
|
getinfo.h strequal.h krb4.h memdebug.h http_chunks.h \
|
||||||
strtok.h connect.h llist.h hash.h content_encoding.h share.h \
|
strtok.h connect.h llist.h hash.h content_encoding.h share.h \
|
||||||
curl_md5.h http_digest.h http_negotiate.h http_ntlm.h inet_pton.h \
|
curl_md5.h http_digest.h http_negotiate.h http_ntlm.h inet_pton.h \
|
||||||
strtoofft.h strerror.h inet_ntop.h curlx.h memory.h setup.h \
|
strtoofft.h strerror.h inet_ntop.h curlx.h curl_memory.h setup.h \
|
||||||
transfer.h select.h easyif.h multiif.h parsedate.h sslgen.h gtls.h \
|
transfer.h select.h easyif.h multiif.h parsedate.h sslgen.h gtls.h \
|
||||||
tftp.h sockaddr.h splay.h strdup.h setup_once.h socks.h ssh.h nssg.h \
|
tftp.h sockaddr.h splay.h strdup.h setup_once.h socks.h ssh.h nssg.h \
|
||||||
curl_base64.h rawstr.h curl_addrinfo.h curl_sspi.h slist.h
|
curl_base64.h rawstr.h curl_addrinfo.h curl_sspi.h slist.h
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
#include "urldata.h" /* for the SessionHandle definition */
|
#include "urldata.h" /* for the SessionHandle definition */
|
||||||
#include "easyif.h" /* for Curl_convert_... prototypes */
|
#include "easyif.h" /* for Curl_convert_... prototypes */
|
||||||
#include "curl_base64.h"
|
#include "curl_base64.h"
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
|
|
||||||
/* include memdebug.h last */
|
/* include memdebug.h last */
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
@ -81,7 +81,7 @@
|
|||||||
#include "if2ip.h"
|
#include "if2ip.h"
|
||||||
#include "strerror.h"
|
#include "strerror.h"
|
||||||
#include "connect.h"
|
#include "connect.h"
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
#include "select.h"
|
#include "select.h"
|
||||||
#include "url.h" /* for Curl_safefree() */
|
#include "url.h" /* for Curl_safefree() */
|
||||||
#include "multiif.h"
|
#include "multiif.h"
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
#include <curl/curl.h>
|
#include <curl/curl.h>
|
||||||
#include "sendf.h"
|
#include "sendf.h"
|
||||||
#include "content_encoding.h"
|
#include "content_encoding.h"
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
|
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
|
||||||
|
@ -93,7 +93,7 @@ Example set of cookies:
|
|||||||
#include "strequal.h"
|
#include "strequal.h"
|
||||||
#include "strtok.h"
|
#include "strtok.h"
|
||||||
#include "sendf.h"
|
#include "sendf.h"
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
#include "share.h"
|
#include "share.h"
|
||||||
#include "strtoofft.h"
|
#include "strtoofft.h"
|
||||||
#include "rawstr.h"
|
#include "rawstr.h"
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
#define _MPRINTF_REPLACE /* use our functions only */
|
#define _MPRINTF_REPLACE /* use our functions only */
|
||||||
#include <curl/mprintf.h>
|
#include <curl/mprintf.h>
|
||||||
|
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef _CURL_MEMORY_H
|
#ifndef HEADER_CURL_MEMORY_H
|
||||||
#define _CURL_MEMORY_H
|
#define HEADER_CURL_MEMORY_H
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* _ _ ____ _
|
* _ _ ____ _
|
||||||
* Project ___| | | | _ \| |
|
* Project ___| | | | _ \| |
|
||||||
@ -7,7 +7,7 @@
|
|||||||
* | (__| |_| | _ <| |___
|
* | (__| |_| | _ <| |___
|
||||||
* \___|\___/|_| \_\_____|
|
* \___|\___/|_| \_\_____|
|
||||||
*
|
*
|
||||||
* Copyright (C) 1998 - 2004, Daniel Stenberg, <daniel@haxx.se>, et al.
|
* Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||||
*
|
*
|
||||||
* This software is licensed as described in the file COPYING, which
|
* This software is licensed as described in the file COPYING, which
|
||||||
* you should have received as part of this distribution. The terms
|
* you should have received as part of this distribution. The terms
|
||||||
@ -47,4 +47,4 @@ extern curl_calloc_callback Curl_ccalloc;
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* _CURL_MEMORY_H */
|
#endif /* HEADER_CURL_MEMORY_H */
|
@ -32,7 +32,7 @@
|
|||||||
#define _MPRINTF_REPLACE /* use our functions only */
|
#define _MPRINTF_REPLACE /* use our functions only */
|
||||||
#include <curl/mprintf.h>
|
#include <curl/mprintf.h>
|
||||||
|
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@
|
|||||||
#include "hostip.h"
|
#include "hostip.h"
|
||||||
#include "share.h"
|
#include "share.h"
|
||||||
#include "strdup.h"
|
#include "strdup.h"
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
#include "progress.h"
|
#include "progress.h"
|
||||||
#include "easyif.h"
|
#include "easyif.h"
|
||||||
#include "select.h"
|
#include "select.h"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* | (__| |_| | _ <| |___
|
* | (__| |_| | _ <| |___
|
||||||
* \___|\___/|_| \_\_____|
|
* \___|\___/|_| \_\_____|
|
||||||
*
|
*
|
||||||
* Copyright (C) 1998 - 2007, Daniel Stenberg, <daniel@haxx.se>, et al.
|
* Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||||
*
|
*
|
||||||
* This software is licensed as described in the file COPYING, which
|
* This software is licensed as described in the file COPYING, which
|
||||||
* you should have received as part of this distribution. The terms
|
* you should have received as part of this distribution. The terms
|
||||||
@ -31,7 +31,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
/* urldata.h and easyif.h are included for Curl_convert_... prototypes */
|
/* urldata.h and easyif.h are included for Curl_convert_... prototypes */
|
||||||
#include "urldata.h"
|
#include "urldata.h"
|
||||||
#include "easyif.h"
|
#include "easyif.h"
|
||||||
|
@ -82,7 +82,7 @@
|
|||||||
#include "getinfo.h"
|
#include "getinfo.h"
|
||||||
#include "transfer.h"
|
#include "transfer.h"
|
||||||
#include "url.h"
|
#include "url.h"
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
#include "parsedate.h" /* for the week day and month names */
|
#include "parsedate.h" /* for the week day and month names */
|
||||||
|
|
||||||
#define _MPRINTF_REPLACE /* use our functions only */
|
#define _MPRINTF_REPLACE /* use our functions only */
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* | (__| |_| | _ <| |___
|
* | (__| |_| | _ <| |___
|
||||||
* \___|\___/|_| \_\_____|
|
* \___|\___/|_| \_\_____|
|
||||||
*
|
*
|
||||||
* Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
|
* Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||||
*
|
*
|
||||||
* This software is licensed as described in the file COPYING, which
|
* This software is licensed as described in the file COPYING, which
|
||||||
* you should have received as part of this distribution. The terms
|
* you should have received as part of this distribution. The terms
|
||||||
@ -122,7 +122,7 @@ Content-Disposition: form-data; name="FILECONTENT"
|
|||||||
#include "easyif.h" /* for Curl_convert_... prototypes */
|
#include "easyif.h" /* for Curl_convert_... prototypes */
|
||||||
#include "formdata.h"
|
#include "formdata.h"
|
||||||
#include "strequal.h"
|
#include "strequal.h"
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
|
|
||||||
#define _MPRINTF_REPLACE /* use our functions only */
|
#define _MPRINTF_REPLACE /* use our functions only */
|
||||||
#include <curl/mprintf.h>
|
#include <curl/mprintf.h>
|
||||||
|
@ -94,7 +94,7 @@
|
|||||||
#define _MPRINTF_REPLACE /* use our functions only */
|
#define _MPRINTF_REPLACE /* use our functions only */
|
||||||
#include <curl/mprintf.h>
|
#include <curl/mprintf.h>
|
||||||
|
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* | (__| |_| | _ <| |___
|
* | (__| |_| | _ <| |___
|
||||||
* \___|\___/|_| \_\_____|
|
* \___|\___/|_| \_\_____|
|
||||||
*
|
*
|
||||||
* Copyright (C) 1998 - 2007, Daniel Stenberg, <daniel@haxx.se>, et al.
|
* Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||||
*
|
*
|
||||||
* This software is licensed as described in the file COPYING, which
|
* This software is licensed as described in the file COPYING, which
|
||||||
* you should have received as part of this distribution. The terms
|
* you should have received as part of this distribution. The terms
|
||||||
@ -32,7 +32,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <curl/curl.h>
|
#include <curl/curl.h>
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
|
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
#include "sslgen.h"
|
#include "sslgen.h"
|
||||||
#include "connect.h" /* Curl_getconnectinfo() */
|
#include "connect.h" /* Curl_getconnectinfo() */
|
||||||
#include "progress.h"
|
#include "progress.h"
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
|
|
||||||
#define _MPRINTF_REPLACE /* use our functions only */
|
#define _MPRINTF_REPLACE /* use our functions only */
|
||||||
#include <curl/mprintf.h>
|
#include <curl/mprintf.h>
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* | (__| |_| | _ <| |___
|
* | (__| |_| | _ <| |___
|
||||||
* \___|\___/|_| \_\_____|
|
* \___|\___/|_| \_\_____|
|
||||||
*
|
*
|
||||||
* Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
|
* Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||||
*
|
*
|
||||||
* This software is licensed as described in the file COPYING, which
|
* This software is licensed as described in the file COPYING, which
|
||||||
* you should have received as part of this distribution. The terms
|
* you should have received as part of this distribution. The terms
|
||||||
@ -32,7 +32,7 @@
|
|||||||
#define _MPRINTF_REPLACE /* use our functions only */
|
#define _MPRINTF_REPLACE /* use our functions only */
|
||||||
#include <curl/mprintf.h>
|
#include <curl/mprintf.h>
|
||||||
|
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
|
||||||
|
@ -76,7 +76,7 @@
|
|||||||
#define _MPRINTF_REPLACE /* use our functions only */
|
#define _MPRINTF_REPLACE /* use our functions only */
|
||||||
#include <curl/mprintf.h>
|
#include <curl/mprintf.h>
|
||||||
|
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* | (__| |_| | _ <| |___
|
* | (__| |_| | _ <| |___
|
||||||
* \___|\___/|_| \_\_____|
|
* \___|\___/|_| \_\_____|
|
||||||
*
|
*
|
||||||
* Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
|
* Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||||
*
|
*
|
||||||
* This software is licensed as described in the file COPYING, which
|
* This software is licensed as described in the file COPYING, which
|
||||||
* you should have received as part of this distribution. The terms
|
* you should have received as part of this distribution. The terms
|
||||||
@ -64,7 +64,7 @@
|
|||||||
#define _MPRINTF_REPLACE /* use our functions only */
|
#define _MPRINTF_REPLACE /* use our functions only */
|
||||||
#include <curl/mprintf.h>
|
#include <curl/mprintf.h>
|
||||||
|
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@
|
|||||||
#define _MPRINTF_REPLACE /* use our functions only */
|
#define _MPRINTF_REPLACE /* use our functions only */
|
||||||
#include <curl/mprintf.h>
|
#include <curl/mprintf.h>
|
||||||
|
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@
|
|||||||
#define _MPRINTF_REPLACE /* use our functions only */
|
#define _MPRINTF_REPLACE /* use our functions only */
|
||||||
#include <curl/mprintf.h>
|
#include <curl/mprintf.h>
|
||||||
|
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@
|
|||||||
#define _MPRINTF_REPLACE /* use our functions only */
|
#define _MPRINTF_REPLACE /* use our functions only */
|
||||||
#include <curl/mprintf.h>
|
#include <curl/mprintf.h>
|
||||||
|
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
#define _MPRINTF_REPLACE /* use our functions only */
|
#define _MPRINTF_REPLACE /* use our functions only */
|
||||||
#include <curl/mprintf.h>
|
#include <curl/mprintf.h>
|
||||||
|
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@
|
|||||||
|
|
||||||
#include "inet_ntop.h"
|
#include "inet_ntop.h"
|
||||||
|
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
#include "share.h"
|
#include "share.h"
|
||||||
#include "hostip.h"
|
#include "hostip.h"
|
||||||
#include "http.h"
|
#include "http.h"
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
#include "select.h"
|
#include "select.h"
|
||||||
#include "parsedate.h" /* for the week day and month names */
|
#include "parsedate.h" /* for the week day and month names */
|
||||||
#include "strtoofft.h"
|
#include "strtoofft.h"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* | (__| |_| | _ <| |___
|
* | (__| |_| | _ <| |___
|
||||||
* \___|\___/|_| \_\_____|
|
* \___|\___/|_| \_\_____|
|
||||||
*
|
*
|
||||||
* Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
|
* Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||||
*
|
*
|
||||||
* This software is licensed as described in the file COPYING, which
|
* This software is licensed as described in the file COPYING, which
|
||||||
* you should have received as part of this distribution. The terms
|
* you should have received as part of this distribution. The terms
|
||||||
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
#include "content_encoding.h"
|
#include "content_encoding.h"
|
||||||
#include "http.h"
|
#include "http.h"
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
#include "easyif.h" /* for Curl_convert_to_network prototype */
|
#include "easyif.h" /* for Curl_convert_to_network prototype */
|
||||||
|
|
||||||
#define _MPRINTF_REPLACE /* use our functions only */
|
#define _MPRINTF_REPLACE /* use our functions only */
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
#include "http_digest.h"
|
#include "http_digest.h"
|
||||||
#include "strtok.h"
|
#include "strtok.h"
|
||||||
#include "url.h" /* for Curl_safefree() */
|
#include "url.h" /* for Curl_safefree() */
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
#include "easyif.h" /* included for Curl_convert_... prototypes */
|
#include "easyif.h" /* included for Curl_convert_... prototypes */
|
||||||
|
|
||||||
#define _MPRINTF_REPLACE /* use our functions only */
|
#define _MPRINTF_REPLACE /* use our functions only */
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
#include "rawstr.h"
|
#include "rawstr.h"
|
||||||
#include "curl_base64.h"
|
#include "curl_base64.h"
|
||||||
#include "http_negotiate.h"
|
#include "http_negotiate.h"
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
|
|
||||||
#ifdef HAVE_SPNEGO
|
#ifdef HAVE_SPNEGO
|
||||||
# include <spnegohelp.h>
|
# include <spnegohelp.h>
|
||||||
|
@ -59,7 +59,7 @@
|
|||||||
#include "curl_base64.h"
|
#include "curl_base64.h"
|
||||||
#include "http_ntlm.h"
|
#include "http_ntlm.h"
|
||||||
#include "url.h"
|
#include "url.h"
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
|
|
||||||
#define _MPRINTF_REPLACE /* use our functions only */
|
#define _MPRINTF_REPLACE /* use our functions only */
|
||||||
#include <curl/mprintf.h>
|
#include <curl/mprintf.h>
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
#define _MPRINTF_REPLACE /* use our functions only */
|
#define _MPRINTF_REPLACE /* use our functions only */
|
||||||
#include <curl/mprintf.h>
|
#include <curl/mprintf.h>
|
||||||
|
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska Högskolan
|
* Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska Högskolan
|
||||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
* Copyright (c) 2004 - 2008 Daniel Stenberg
|
* Copyright (c) 2004 - 2009 Daniel Stenberg
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
@ -63,7 +63,7 @@
|
|||||||
#include "sendf.h"
|
#include "sendf.h"
|
||||||
#include "krb4.h"
|
#include "krb4.h"
|
||||||
#include "inet_ntop.h"
|
#include "inet_ntop.h"
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
|
|
||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska Högskolan
|
* Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska Högskolan
|
||||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
* Copyright (c) 2004 - 2008 Daniel Stenberg
|
* Copyright (c) 2004 - 2009 Daniel Stenberg
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
@ -61,7 +61,7 @@
|
|||||||
#include "ftp.h"
|
#include "ftp.h"
|
||||||
#include "sendf.h"
|
#include "sendf.h"
|
||||||
#include "krb4.h"
|
#include "krb4.h"
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
|
|
||||||
#define _MPRINTF_REPLACE /* use our functions only */
|
#define _MPRINTF_REPLACE /* use our functions only */
|
||||||
#include <curl/mprintf.h>
|
#include <curl/mprintf.h>
|
||||||
|
@ -70,7 +70,7 @@
|
|||||||
#include "strequal.h"
|
#include "strequal.h"
|
||||||
#include "strtok.h"
|
#include "strtok.h"
|
||||||
#include "curl_ldap.h"
|
#include "curl_ldap.h"
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
#include "curl_base64.h"
|
#include "curl_base64.h"
|
||||||
#include "rawstr.h"
|
#include "rawstr.h"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* | (__| |_| | _ <| |___
|
* | (__| |_| | _ <| |___
|
||||||
* \___|\___/|_| \_\_____|
|
* \___|\___/|_| \_\_____|
|
||||||
*
|
*
|
||||||
* Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
|
* Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||||
*
|
*
|
||||||
* This software is licensed as described in the file COPYING, which
|
* This software is licensed as described in the file COPYING, which
|
||||||
* you should have received as part of this distribution. The terms
|
* you should have received as part of this distribution. The terms
|
||||||
@ -27,7 +27,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "llist.h"
|
#include "llist.h"
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
|
|
||||||
/* this must be the last include file */
|
/* this must be the last include file */
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define MEMDEBUG_NODEFINES /* don't redefine the standard functions */
|
#define MEMDEBUG_NODEFINES /* don't redefine the standard functions */
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
|
||||||
struct memdebug {
|
struct memdebug {
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* | (__| |_| | _ <| |___
|
* | (__| |_| | _ <| |___
|
||||||
* \___|\___/|_| \_\_____|
|
* \___|\___/|_| \_\_____|
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
|
* Copyright (C) 1999 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||||
*
|
*
|
||||||
* This software is licensed as described in the file COPYING, which
|
* This software is licensed as described in the file COPYING, which
|
||||||
* you should have received as part of this distribution. The terms
|
* you should have received as part of this distribution. The terms
|
||||||
@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
#include <curl/mprintf.h>
|
#include <curl/mprintf.h>
|
||||||
|
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
#define _MPRINTF_REPLACE /* use our functions only */
|
#define _MPRINTF_REPLACE /* use our functions only */
|
||||||
#include <curl/mprintf.h>
|
#include <curl/mprintf.h>
|
||||||
|
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#include "strequal.h"
|
#include "strequal.h"
|
||||||
#include "strtok.h"
|
#include "strtok.h"
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
#include "rawstr.h"
|
#include "rawstr.h"
|
||||||
|
|
||||||
#define _MPRINTF_REPLACE /* use our functions only */
|
#define _MPRINTF_REPLACE /* use our functions only */
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
#include <secport.h>
|
#include <secport.h>
|
||||||
#include <certdb.h>
|
#include <certdb.h>
|
||||||
|
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
#include "rawstr.h"
|
#include "rawstr.h"
|
||||||
#include "easyif.h" /* for Curl_convert_from_utf8 prototype */
|
#include "easyif.h" /* for Curl_convert_from_utf8 prototype */
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
#include "sslgen.h"
|
#include "sslgen.h"
|
||||||
#include "connect.h" /* for the connect timeout */
|
#include "connect.h" /* for the connect timeout */
|
||||||
#include "select.h"
|
#include "select.h"
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
* Copyright (c) 1998, 1999 Kungliga Tekniska Högskolan
|
* Copyright (c) 1998, 1999 Kungliga Tekniska Högskolan
|
||||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
|
* Copyright (C) 2001 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||||
*
|
*
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
@ -65,7 +65,7 @@
|
|||||||
#include "curl_base64.h"
|
#include "curl_base64.h"
|
||||||
#include "sendf.h"
|
#include "sendf.h"
|
||||||
#include "ftp.h"
|
#include "ftp.h"
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
#include "rawstr.h"
|
#include "rawstr.h"
|
||||||
|
|
||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
#include "strerror.h"
|
#include "strerror.h"
|
||||||
#include "easyif.h" /* for the Curl_convert_from_network prototype */
|
#include "easyif.h" /* for the Curl_convert_from_network prototype */
|
||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* | (__| |_| | _ <| |___
|
* | (__| |_| | _ <| |___
|
||||||
* \___|\___/|_| \_\_____|
|
* \___|\___/|_| \_\_____|
|
||||||
*
|
*
|
||||||
* Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
|
* Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||||
*
|
*
|
||||||
* This software is licensed as described in the file COPYING, which
|
* This software is licensed as described in the file COPYING, which
|
||||||
* you should have received as part of this distribution. The terms
|
* you should have received as part of this distribution. The terms
|
||||||
@ -28,7 +28,7 @@
|
|||||||
#include <curl/curl.h>
|
#include <curl/curl.h>
|
||||||
#include "urldata.h"
|
#include "urldata.h"
|
||||||
#include "share.h"
|
#include "share.h"
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
|
|
||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
#include "slist.h"
|
#include "slist.h"
|
||||||
|
|
||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* | (__| |_| | _ <| |___
|
* | (__| |_| | _ <| |___
|
||||||
* \___|\___/|_| \_\_____|
|
* \___|\___/|_| \_\_____|
|
||||||
*
|
*
|
||||||
* Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
|
* Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||||
*
|
*
|
||||||
* This software is licensed as described in the file COPYING, which
|
* This software is licensed as described in the file COPYING, which
|
||||||
* you should have received as part of this distribution. The terms
|
* you should have received as part of this distribution. The terms
|
||||||
@ -106,7 +106,7 @@
|
|||||||
#define _MPRINTF_REPLACE /* use our functions only */
|
#define _MPRINTF_REPLACE /* use our functions only */
|
||||||
#include <curl/mprintf.h>
|
#include <curl/mprintf.h>
|
||||||
|
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@
|
|||||||
#include "sendf.h"
|
#include "sendf.h"
|
||||||
#include "rawstr.h"
|
#include "rawstr.h"
|
||||||
#include "url.h"
|
#include "url.h"
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
#include "progress.h"
|
#include "progress.h"
|
||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
#include <x509v3.h>
|
#include <x509v3.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
#include "easyif.h" /* for Curl_convert_from_utf8 prototype */
|
#include "easyif.h" /* for Curl_convert_from_utf8 prototype */
|
||||||
|
|
||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
|
@ -76,7 +76,7 @@
|
|||||||
#define TELCMDS
|
#define TELCMDS
|
||||||
|
|
||||||
#include "arpa_telnet.h"
|
#include "arpa_telnet.h"
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
#include "select.h"
|
#include "select.h"
|
||||||
#include "strequal.h"
|
#include "strequal.h"
|
||||||
#include "rawstr.h"
|
#include "rawstr.h"
|
||||||
|
@ -76,7 +76,7 @@
|
|||||||
#define _MPRINTF_REPLACE /* use our functions only */
|
#define _MPRINTF_REPLACE /* use our functions only */
|
||||||
#include <curl/mprintf.h>
|
#include <curl/mprintf.h>
|
||||||
|
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
#include "select.h"
|
#include "select.h"
|
||||||
|
|
||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
|
@ -99,7 +99,7 @@
|
|||||||
#include "http_ntlm.h"
|
#include "http_ntlm.h"
|
||||||
#include "http_negotiate.h"
|
#include "http_negotiate.h"
|
||||||
#include "share.h"
|
#include "share.h"
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
#include "select.h"
|
#include "select.h"
|
||||||
#include "multiif.h"
|
#include "multiif.h"
|
||||||
#include "easyif.h" /* for Curl_convert_to_network prototype */
|
#include "easyif.h" /* for Curl_convert_to_network prototype */
|
||||||
|
@ -135,7 +135,7 @@ void idn_free (void *ptr); /* prototype from idn-free.h, not provided by
|
|||||||
#define _MPRINTF_REPLACE /* use our functions only */
|
#define _MPRINTF_REPLACE /* use our functions only */
|
||||||
#include <curl/mprintf.h>
|
#include <curl/mprintf.h>
|
||||||
|
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "hostip.h"
|
#include "hostip.h"
|
||||||
|
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
|
||||||
/* This source file is used for test # 558 and 559 */
|
/* This source file is used for test # 558 and 559 */
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* | (__| |_| | _ <| |___
|
* | (__| |_| | _ <| |___
|
||||||
* \___|\___/|_| \_\_____|
|
* \___|\___/|_| \_\_____|
|
||||||
*
|
*
|
||||||
* Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
|
* Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||||
*
|
*
|
||||||
* This software is licensed as described in the file COPYING, which
|
* This software is licensed as described in the file COPYING, which
|
||||||
* you should have received as part of this distribution. The terms
|
* you should have received as part of this distribution. The terms
|
||||||
@ -34,7 +34,7 @@ struct SessionHandle {
|
|||||||
};
|
};
|
||||||
|
|
||||||
#include "curl_base64.h"
|
#include "curl_base64.h"
|
||||||
#include "memory.h"
|
#include "curl_memory.h"
|
||||||
|
|
||||||
/* include memdebug.h last */
|
/* include memdebug.h last */
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user