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

  /external/bluetooth/bluez/compat/
hidd.c 250 static int create_device(int ctl, int csk, int isk, uint8_t subclass, int nosdp, int nocheck, int bootonly, int encrypt, int timeout)
285 if (!nocheck) {
350 static void run_server(int ctl, int csk, int isk, uint8_t subclass, int nosdp, int nocheck, int bootonly, int encrypt, int timeout)
383 err = create_device(ctl, ncsk, nisk, subclass, nosdp, nocheck, bootonly, encrypt, timeout);
673 { "nocheck", 0, 0, 'Z' },
701 int mode = SHOW, detach = 1, nosdp = 0, nocheck = 0, bootonly = 0; local
736 nocheck = 1;
853 run_server(ctl, csk, isk, subclass, nosdp, nocheck, bootonly, encrypt, timeout);
  /external/openssl/crypto/x509v3/
v3_ocsp.c 86 void *nocheck, BIO *out, int indent);
253 /* Nocheck is just a single NULL. Don't print anything and always set it */
255 static int i2r_ocsp_nocheck(const X509V3_EXT_METHOD *method, void *nocheck,

Completed in 593 milliseconds