Lines Matching full:libcurl
30 * or free, and given source file is used to build libcurl library.
35 * There is nearly no exception to above rule. All libcurl source
38 * libcurl library shall follow it.
44 * The need for curl_memory.h inclusion is due to libcurl's feature
48 * Any *.c source file used to build libcurl library that does not
55 * third party programs that don't even use libcurl at all. When using
58 * attempt of calling libcurl's memory callbacks is done from code
61 * Notice that libcurl's 'memory tracking' system works chaining into
64 * disengages usage of libcurl's 'memory tracking' system, defining
68 * done in order to allow building a 'memory tracking' enabled libcurl
73 * best, depending additionally whether it links with libcurl or not.
113 * libcurl's 'memory tracking' system defines strdup, malloc, calloc,