Lines Matching refs:cd
794 char *cd = NULL, *param = NULL, *filename = NULL, *tmp = NULL; local
804 if ((cd = php_mime_get_hdr_value(header, "Content-Disposition"))) {
813 while (isspace(*cd)) {
814 ++cd;
817 while (*cd && (pair = getword(mbuff->input_encoding, &cd, ';')))
821 while (isspace(*cd)) {
822 ++cd;
1181 if (cancel_upload || !(cd = php_mime_get_hdr_value(header, "Content-Type"))) {
1182 cd = "";
1185 s = strchr(cd, ';');
1197 register_http_post_files_variable(lbuf, cd, &PG(http_globals)[TRACK_VARS_FILES], 0);