Searched refs:malloc (Results 1 – 25 of 103) sorted by relevance
12345
50 newstr = malloc(len); in Curl_strdup()93 void *buffer = malloc(length); in Curl_memdup()114 char *buf = malloc(length + 1); in Curl_memdup0()
64 #undef malloc156 #undef malloc157 #define malloc(size) Curl_cmalloc(size) macro
51 str_w = malloc(str_w_len * sizeof(wchar_t)); in curlx_convert_UTF8_to_wchar()73 str_utf8 = malloc(bytes); in curlx_convert_wchar_to_UTF8()
66 curl_thread_t t = malloc(sizeof(pthread_t)); in Curl_thread_create()67 struct Curl_actual_call *ac = malloc(sizeof(struct Curl_actual_call)); in Curl_thread_create()
110 service_name = malloc(service_length + in Curl_SOCKS5_gssapi_negotiate()298 sspi_recv_token.pvBuffer = malloc(us_length); in Curl_SOCKS5_gssapi_negotiate()409 sspi_w_token[0].pvBuffer = malloc(sspi_sizes.cbSecurityTrailer); in Curl_SOCKS5_gssapi_negotiate()417 sspi_w_token[1].pvBuffer = malloc(1); in Curl_SOCKS5_gssapi_negotiate()427 sspi_w_token[2].pvBuffer = malloc(sspi_sizes.cbBlockSize); in Curl_SOCKS5_gssapi_negotiate()449 sspi_send_token.pvBuffer = malloc(sspi_send_token.cbBuffer); in Curl_SOCKS5_gssapi_negotiate()542 sspi_w_token[0].pvBuffer = malloc(us_length); in Curl_SOCKS5_gssapi_negotiate()
114 newstr = malloc(rawlen + 1); in Curl_base64_decode()208 base64data = output = malloc((insize + 2) / 3 * 4 + 1); in base64_encode()
68 new_item = malloc(sizeof(struct curl_slist)); in Curl_slist_append_nodup()
132 buf->buf = malloc(size); in get_buffer()355 char *t = malloc(i); in Curl_gss_convert_in_place()388 in.value = malloc(i + 1); in Curl_gss_import_name_a()528 ehost = malloc(i + 1); in Curl_ldap_init_a()552 edn = malloc(i + 1); in Curl_ldap_simple_bind_s_a()563 epasswd = malloc(i + 1); in Curl_ldap_simple_bind_s_a()598 ebase = malloc(i + 1); in Curl_ldap_search_s_a()671 cp = malloc(i + 1); in Curl_ldap_get_values_len_a()711 cp2 = malloc(i + 1); in Curl_ldap_get_dn_a()742 cp2 = malloc(i + 1); in Curl_ldap_first_attribute_a()[all …]
62 value = malloc(sizeof(int));72 value2 = malloc(sizeof(int));
60 value = malloc(sizeof(int));74 value2 = malloc(sizeof(int));
40 char *ptr = malloc(1330);
49 char *buf = malloc(256); in getflagstr()62 char *buf = malloc(256); in getcurlcodestr()
71 buffer = malloc(13);
39 MEM easy.c: malloc()40 MEM lib%TESTNUMBER.c: malloc()
35 MEM unit%TESTNUMBER.c: malloc()
37 newstr = malloc(len); in strdup()
47 list = malloc(sizeof(struct slist_wc)); in slist_wc_append()
150 param = malloc(strlen(line) + 1); /* parameter */ in parseconfig()205 operation->next = malloc(sizeof(struct OperationConfig)); in parseconfig()
43 ptr = malloc(558); in test()
35 char *longurl = malloc(EXCESSIVE); in test()
50 return (malloc)(size); in custom_malloc()
135 krb5->output_token = malloc(krb5->token_max); in Curl_auth_create_gssapi_user_message()344 trailer = malloc(sizes.cbSecurityTrailer); in Curl_auth_create_gssapi_security_message()352 message = malloc(messagelen); in Curl_auth_create_gssapi_security_message()372 padding = malloc(sizes.cbBlockSize); in Curl_auth_create_gssapi_security_message()411 appdata = malloc(appdatalen); in Curl_auth_create_gssapi_security_message()
83 plainauth = malloc(plainlen + 1); in Curl_auth_create_plain_message()
69 chunk.memory = malloc(1); /* grown as needed by the realloc above */ in main()
66 chunk.memory = malloc(1); /* grown as needed by realloc above */ in main()
Completed in 26 milliseconds