Searched refs:num_formats (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeCategoryExtensions.i93 num_formats = property(GetNumFormats, None)
/freebsd-current/crypto/openssl/ssl/statem/
H A Dextensions_clnt.c159 size_t num_formats; local
171 tls1_get_formatlist(s, &pformats, &num_formats);
176 || !WPACKET_sub_memcpy_u8(pkt, pformats, num_formats)
/freebsd-current/sys/dev/drm2/
H A Ddrm_crtc.h968 extern int drm_mode_create_tv_properties(struct drm_device *dev, int num_formats,
/freebsd-current/crypto/openssl/ssl/
H A Dt1_lib.c853 size_t *num_formats)
860 *num_formats = s->ext.ecpointformats_len;
865 *num_formats = sizeof(ecformats_default) - 1;
867 *num_formats = sizeof(ecformats_default);
852 tls1_get_formatlist(SSL *s, const unsigned char **pformats, size_t *num_formats) argument
H A Dssl_local.h2666 size_t *num_formats);

Completed in 152 milliseconds