Lines Matching refs:cd
771 char *cd = NULL, *param = NULL, *filename = NULL, *tmp = NULL; local
781 if ((cd = php_mime_get_hdr_value(header, "Content-Disposition"))) {
790 while (isspace(*cd)) {
791 ++cd;
794 while (*cd && (pair = getword(mbuff->input_encoding, &cd, ';')))
798 while (isspace(*cd)) {
799 ++cd;
1158 if (cancel_upload || !(cd = php_mime_get_hdr_value(header, "Content-Type"))) {
1159 cd = "";
1162 s = strchr(cd, ';');
1174 register_http_post_files_variable(lbuf, cd, &PG(http_globals)[TRACK_VARS_FILES], 0);