Lines Matching refs:cd
787 char *cd = NULL, *param = NULL, *filename = NULL, *tmp = NULL; local
797 if ((cd = php_mime_get_hdr_value(header, "Content-Disposition"))) {
806 while (isspace(*cd)) {
807 ++cd;
810 while (*cd && (pair = getword(mbuff->input_encoding, &cd, ';')))
814 while (isspace(*cd)) {
815 ++cd;
1170 if (cancel_upload || !(cd = php_mime_get_hdr_value(header, "Content-Type"))) {
1171 cd = "";
1174 s = strchr(cd, ';');
1187 safe_php_register_variable(lbuf, cd, strlen(cd), NULL, 0);
1196 register_http_post_files_variable(lbuf, cd, &PG(http_globals)[TRACK_VARS_FILES], 0);