Lines Matching defs:user
200 /* copy user headers to our header list. the logic is based on how http.c
201 handles user headers.
203 user headers in format 'name:' with no value are used to signal that an
204 internal header of that name should be removed. those user headers are not
207 user headers in format 'name;' with no value are used to signal that a
208 header of that name with no value should be sent. those user headers are
212 user headers with a value of whitespace only, or without a colon or
558 const char *user = data->state.aptr.user ? data->state.aptr.user : "";
783 * user-specified (using CURLOPT_HTTPHEADER).
789 user,