File: gnutls_x509_trust_list_get_ptr

package info (click to toggle)
gnutls28 3.8.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 81,572 kB
  • sloc: ansic: 390,000; asm: 117,804; sh: 18,712; makefile: 6,754; yacc: 1,858; python: 1,399; cpp: 1,243; perl: 995; sed: 16
file content (16 lines) | stat: -rw-r--r-- 473 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16




@deftypefun {void *} {gnutls_x509_trust_list_get_ptr} (gnutls_x509_trust_list_t @var{tlist})
@var{tlist}: is a @code{gnutls_x509_trust_list_t}  type.

Get user pointer for tlist. Useful in callback function
gnutls_x509_trust_list_set_getissuer_function.
This is the pointer set with @code{gnutls_x509_trust_list_set_ptr()} .

@strong{Returns:} the user given pointer from the tlist structure, or
@code{NULL}  if it was never set.

@strong{Since:} 3.7.0
@end deftypefun