HomeSort by relevance Sort by last modified time
    Searched defs:status_text (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/ftp/
ftp_ctrl_response_buffer.h 70 std::string status_text; member in struct:net::FtpCtrlResponseBuffer::ParsedLine
  /external/bluetooth/glib/gio/win32/
gwinhttpvfs.c 377 wchar_t *status_text = NULL; local
389 status_text = g_malloc (status_text_len);
395 status_text,
399 g_free (status_text);
400 status_text = NULL;
406 what, status_code, status_text ? status_text : L"");
408 g_free (status_text);
  /external/tcpdump/
print-802_11.c 101 static const char *status_text[] = { variable
124 #define NUM_STATUSES (sizeof status_text / sizeof status_text[0])
370 ? status_text[pbody.status_code]
508 ? status_text[pbody.status_code]
519 ? status_text[pbody.status_code]
  /external/chromium/net/http/
http_response_headers.cc 396 // <http_version> SP <response_code> SP <status_text>
397 std::string status_text = GetStatusLine(); local
398 std::string::const_iterator begin = status_text.begin();
399 std::string::const_iterator end = status_text.end();
    [all...]

Completed in 722 milliseconds