Lines Matching refs:cd
781 char *cd = NULL, *param = NULL, *filename = NULL, *tmp = NULL; local
791 if ((cd = php_mime_get_hdr_value(header, "Content-Disposition"))) {
800 while (isspace(*cd)) {
801 ++cd;
804 while (*cd && (pair = getword(mbuff->input_encoding, &cd, ';')))
808 while (isspace(*cd)) {
809 ++cd;
1168 if (cancel_upload || !(cd = php_mime_get_hdr_value(header, "Content-Type"))) {
1169 cd = "";
1172 s = strchr(cd, ';');
1184 register_http_post_files_variable(lbuf, cd, &PG(http_globals)[TRACK_VARS_FILES], 0);