Lines Matching refs:name
177 fprintf(stream, "\"%s\":", wovar->name);
184 fprintf(stream, "\"%s\":null", wovar->name);
405 fprintf(stream, "\"%s\":", wovar->name);
413 fprintf(stream, "\"%s\":null", wovar->name);
462 fprintf(stream, "\"%s\":%ld", wovar->name, longinfo);
472 fprintf(stream, "\"%s\":null", wovar->name);
499 fprintf(stream, "\"%s\":", wovar->name);
505 fprintf(stream, "\"%s\":null", wovar->name);
549 for(i = 0; variables[i].name; i++) {
550 if((strlen(variables[i].name) == vlen) &&
551 curl_strnequal(ptr, variables[i].name, vlen)) {
596 char hname[256]; /* holds the longest header field name */
620 char fname[512]; /* holds the longest file name */