Searched refs:valp (Results 1 – 4 of 4) sorted by relevance
115 char *valp = val; in setup_trace() local118 for (valp = val; (item = strtok(valp, ",")) != NULL; valp = NULL) { in setup_trace()
115 char *valp = val->value; in process_pci_value() local128 if (CHECK_AND_SKIP_PREFIX(valp, "hex:")) { in process_pci_value()130 OPENSSL_hexstr2buf(valp, &val_len); in process_pci_value()158 } else if (CHECK_AND_SKIP_PREFIX(valp, "file:")) { in process_pci_value()161 BIO *b = BIO_new_file(valp, "r"); in process_pci_value()196 } else if (CHECK_AND_SKIP_PREFIX(valp, "text:")) { in process_pci_value()197 val_len = strlen(valp); in process_pci_value()
211 char *valp = val; in setup_trace() local214 for (valp = val; (item = strtok(valp, ",")) != NULL; valp = NULL) { in setup_trace()
368 uint64_t *valp; in reader_fn() local379 valp = ossl_rcu_deref(&writer_ptr); in reader_fn()380 val = (valp == NULL) ? 0 : *valp; in reader_fn()
Completed in 10 milliseconds