HomeSort by relevance Sort by last modified time
    Searched refs:is_complete (Results 1 - 7 of 7) sorted by null

  /external/chromium/net/ftp/
ftp_ctrl_response_buffer.cc 34 if (!line.is_complete || line.status_code != response_buf_.status_code) {
54 if (!line.is_complete)
84 is_complete(false),
98 result.is_complete = true;
100 result.is_complete = true;
105 if (result.is_complete) {
ftp_ctrl_response_buffer.h 58 bool is_complete; member in struct:net::FtpCtrlResponseBuffer::ParsedLine
  /external/openssl/ssl/
d1_both.c 139 #define RSMBLY_BITMASK_IS_COMPLETE(bitmask, msg_len, is_complete) { \
142 is_complete = 1; \
143 if (bitmask[(((msg_len) - 1) >> 3)] != bitmask_end_values[((msg_len) & 7)]) is_complete = 0; \
144 if (is_complete) for (ii = (((msg_len) - 1) >> 3) - 1; ii >= 0 ; ii--) \
145 if (bitmask[ii] != 0xff) { is_complete = 0; break; } }
589 int i = -1, is_complete; local
653 is_complete);
655 if (is_complete)
    [all...]
  /external/libnfc-nci/src/nfc/ndef/
ndef_cho_utils.c 378 char *p_id_str, BOOLEAN is_complete,
398 if (is_complete)
  /external/libnfc-nci/src/nfc/include/
ndef_utils.h 496 char *p_id_str, BOOLEAN is_complete,
  /external/wpa_supplicant_8/src/radius/
radius_server.c 698 int is_complete = 0; local
806 is_complete = 1;
851 if (is_complete) {
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 210 UBool is_complete(){ function in class:SymbolTable
    [all...]

Completed in 218 milliseconds