Searched refs:gvDefaultType (Results 1 – 7 of 7) sorted by relevance
88 gvDefaultType = tmBinary; in set_type()91 gvDefaultType = tmAscii; in set_type()99 gvDefaultType==tmBinary ? "binary" : "ascii"); in set_type()
111 extern transfer_mode_t gvDefaultType;
97 transfer_mode_t gvDefaultType = tmBinary; variable
345 gvDefaultType = tmBinary; in parse_rc()347 gvDefaultType = tmAscii; in parse_rc()
117 type = ascii_transfer(src) ? tmAscii : gvDefaultType; in do_the_put()
125 type = ascii_transfer(src) ? tmAscii : gvDefaultType; in do_the_fxp()
124 type = ascii_transfer(src) ? tmAscii : gvDefaultType; in do_the_get()