Searched refs:fields (Results 1 – 20 of 20) sorted by relevance
5 Help: Escape form fields using backslash18 Pass on names of multipart form fields and files using backslash-escaping
48 Only digit characters (0-9) are valid in the 'start' and 'stop' fields of the
50 Example: send your name and shoe size in two text fields to the server:
67 nine space-separated fields.73 The fields of that line are:
36 server's certificate name fields against the hostname.
35 certificate name fields against the proxy name.
49 If one of the trailing header fields is not formatted correctly it is ignored
35 /* If some of these fields is not NULL, it is a pointer to b_data. */
72 The header fields can also be accessed with curl_easy_header(3),
80 #define SEP "\t" /* Tab separates the fields */
81 # Reorder the fields in 'Authorization: Digest' header.82 # Since regular and SSPI digest auth header fields may not have the same order
31 HTTP RFC1867-type formposting with types on text fields
72 post fields
811 int fields; in parse_netscape() local843 fields = 0; in parse_netscape()845 ptr = Curl_strtok_r(NULL, "\t", &tok_buf), fields++) { in parse_netscape()846 switch(fields) { in parse_netscape()883 fields++; /* add a field and fall down to secure */ in parse_netscape()917 if(6 == fields) { in parse_netscape()923 fields++; in parse_netscape()926 if(7 != fields) in parse_netscape()
33 fields are named.
58 In the real world, excessively long fields in URLs cause problems even if this
191 specified and libcurl accepts: one to four dot-separated fields using one of400 user to create additional headers or fields that could cause malicious
1243 In addition to support HTTP multi-part form fields, the MIME API can be used
2157 # Merge pkg-config private fields into public ones when static-only
5131 dnl Merge pkg-config private fields into public ones when static-only
Completed in 95 milliseconds