Searched refs:STRING_COPYPOSTFIELDS (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Durl.c951 result = setstropt(&data->set.str[STRING_COPYPOSTFIELDS], argptr);
964 (void) setstropt(&data->set.str[STRING_COPYPOSTFIELDS], NULL);
980 data->set.str[STRING_COPYPOSTFIELDS] = p;
985 data->set.postfields = data->set.str[STRING_COPYPOSTFIELDS];
995 (void) setstropt(&data->set.str[STRING_COPYPOSTFIELDS], NULL);
1007 data->set.postfields == data->set.str[STRING_COPYPOSTFIELDS]) {
1009 (void) setstropt(&data->set.str[STRING_COPYPOSTFIELDS], NULL);
1024 data->set.postfields == data->set.str[STRING_COPYPOSTFIELDS]) {
1026 (void) setstropt(&data->set.str[STRING_COPYPOSTFIELDS], NULL);
H A Durldata.h1348 STRING_COPYPOSTFIELDS, /* if POST, set the fields' values here */ enumerator in enum:dupstring
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/OS400/
H A Dccsidcurl.c1262 data->set.str[STRING_COPYPOSTFIELDS] = s; /* Give to library. */

Completed in 173 milliseconds