Lines Matching refs:cd
793 char *cd = NULL, *param = NULL, *filename = NULL, *tmp = NULL; local
803 if ((cd = php_mime_get_hdr_value(header, "Content-Disposition"))) {
812 while (isspace(*cd)) {
813 ++cd;
816 while (*cd && (pair = getword(mbuff->input_encoding, &cd, ';')))
820 while (isspace(*cd)) {
821 ++cd;
1180 if (cancel_upload || !(cd = php_mime_get_hdr_value(header, "Content-Type"))) {
1181 cd = "";
1184 s = strchr(cd, ';');
1196 register_http_post_files_variable(lbuf, cd, &PG(http_globals)[TRACK_VARS_FILES], 0);