Lines Matching defs:properties
373 const char *name, const char *properties)
377 const char *const propq = properties != NULL ? properties : "";
453 properties == NULL ? "<null>" : properties);
460 const char *properties)
467 method = inner_ossl_encoder_fetch(&methdata, 0, name, properties);
473 const char *properties)
480 method = inner_ossl_encoder_fetch(&methdata, id, NULL, properties);
592 (void)inner_ossl_encoder_fetch(&methdata, 0, NULL, NULL /* properties */);