Lines Matching defs:properties
363 const char *name, const char *properties)
367 const char *const propq = properties != NULL ? properties : "";
444 properties == NULL ? "<null>" : properties);
451 const char *properties)
458 method = inner_ossl_decoder_fetch(&methdata, 0, name, properties);
464 const char *properties)
471 method = inner_ossl_decoder_fetch(&methdata, id, NULL, properties);
583 (void)inner_ossl_decoder_fetch(&methdata, 0, NULL, NULL /* properties */);