Home
last modified time | relevance | path

Searched refs:optp (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/
H A Dkdf.c51 static char *alloc_kdf_algorithm_name(STACK_OF(OPENSSL_STRING) **optp, in STACK_OF()
57 if (*optp == NULL) in STACK_OF()
58 *optp = sk_OPENSSL_STRING_new_null(); in STACK_OF()
59 if (*optp == NULL) in STACK_OF()
64 if (sk_OPENSSL_STRING_push(*optp, res)) in STACK_OF()
H A Dmac.c55 static char *alloc_mac_algorithm_name(STACK_OF(OPENSSL_STRING) **optp, in STACK_OF()
61 if (*optp == NULL) in STACK_OF()
62 *optp = sk_OPENSSL_STRING_new_null(); in STACK_OF()
63 if (*optp == NULL) in STACK_OF()
68 if (sk_OPENSSL_STRING_push(*optp, res)) in STACK_OF()
/third_party/openssl/apps/
H A Dkdf.c51 static char *alloc_kdf_algorithm_name(STACK_OF(OPENSSL_STRING) **optp, in STACK_OF()
57 if (*optp == NULL) in STACK_OF()
58 *optp = sk_OPENSSL_STRING_new_null(); in STACK_OF()
59 if (*optp == NULL) in STACK_OF()
64 if (sk_OPENSSL_STRING_push(*optp, res)) in STACK_OF()
H A Dmac.c55 static char *alloc_mac_algorithm_name(STACK_OF(OPENSSL_STRING) **optp, in STACK_OF()
61 if (*optp == NULL) in STACK_OF()
62 *optp = sk_OPENSSL_STRING_new_null(); in STACK_OF()
63 if (*optp == NULL) in STACK_OF()
68 if (sk_OPENSSL_STRING_push(*optp, res)) in STACK_OF()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsrecover.c154 BOOL optp; /* count of transaction sets to play */ variable
2315 if ((optp || optu) in enqueue_action()
2334 if (!err && optp && (playedactions == playcount)) { in enqueue_action()
3304 ((optk || optp || optu || opts) && !optn in open_volume()
3405 if (optp || optu || opts) in backoverlap()
3576 if (optp || optu || opts) in backward_rcrd()
3608 && (!(optp || optu) || (playedactions < playcount))) { in walkback()
3670 if ((optp || optu) && (playedactions >= playcount)) in walkback()
3859 if (optb || optp || optu || opts) { in walk()
3972 if (optb || optp || opt in walk()
[all...]
/third_party/libcoap/src/
H A Dcoap_pdu.c898 * Advances *optp to next option if still in PDU. This function
903 next_option_safe(coap_opt_t **optp, size_t *length, uint16_t *max_opt) { in next_option_safe() argument
907 assert(optp); in next_option_safe()
908 assert(*optp); in next_option_safe()
911 optsize = coap_opt_parse(*optp, *length, &option); in next_option_safe()
921 *optp += optsize; in next_option_safe()
/third_party/backends/backend/
H A Dhp-option.c3520 HpOption * optp = this->options; in hp_optset_get() local
3525 if ((*optp)->descriptor == optd) in hp_optset_get()
3526 return *optp; in hp_optset_get()
3527 optp++; in hp_optset_get()
3543 HpOption * optp = this->options; in hp_optset_getByName() local
3548 if (strcmp((*optp)->descriptor->name, name) == 0) in hp_optset_getByName()
3549 return *optp; in hp_optset_getByName()
3550 optp++; in hp_optset_getByName()

Completed in 13 milliseconds