upipe-modules/uprobe_http_redirect.h header reference

Header inclusion  

Members  

Type  

Functions  

Members detail  

#define _UPIPE_MODULES_UPROBE_HTTP_REDIRECT_H_  

This macro is declared in upipe-modules/uprobe_http_redirect.h source file, line 27.

struct uprobe_http_redir  

This struct is declared in upipe-modules/uprobe_http_redirect.h source file, line 36.

FieldDescription
struct uprobe uprobe;uprobe structure

struct uprobe * uprobe_http_redir_alloc(struct uprobe *next)  

This function is declared in upipe-modules/uprobe_http_redirect.h source file, line 64.

This function allocates a new uprobe_http_redir structure.

Parameter list:

  • next: next probe to test if this one doesn't catch the event

The return value is pointer to uprobe, or NULL in case of error

void uprobe_http_redir_clean(struct uprobe_http_redir *uprobe_http_redir)  

This function is declared in upipe-modules/uprobe_http_redirect.h source file, line 57.

This function cleans a uprobe_http_redir structure.

Parameter list:

  • uprobe_http_redir: structure to clean

struct uprobe * uprobe_http_redir_init(struct uprobe_http_redir *uprobe_http_redir, struct uprobe *next)  

This function is declared in upipe-modules/uprobe_http_redirect.h source file, line 51.

This function initializes an uprobe_http_redir.

Parameter list:

  • uprobe_http_redir: pointer to the allocated structure
  • next: next probe to test if this one doesn't catch the event

The return value is pointer to uprobe, or NULL in case of error

struct uprobe_http_redir * uprobe_http_redir_from_uprobe(struct uprobe *uprobe)  

This function is for internal use only.

This function is declared in UPROBE_HELPER_UPROBE function like macro expansion, line 19 in upipe-modules/uprobe_http_redirect.h source file, line 41.

This function returns the private uprobe_http_redir structure.

Parameter list:

  • uprobe: public description structure of the probe

The return value is pointer to the private uprobe_http_redir structure

struct uprobe * uprobe_http_redir_to_uprobe(struct uprobe_http_redir *s)  

This function is for internal use only.

This function is declared in UPROBE_HELPER_UPROBE function like macro expansion, line 9 in upipe-modules/uprobe_http_redirect.h source file, line 41.

This function returns the public uprobe structure.

Parameter list:

  • uprobe_http_redir: pointer to the private uprobe_http_redir structure

The return value is pointer to the public uprobe structure

Valid XHTML 1.0 StrictGenerated by cmassiot on Fri Feb 2 23:57:18 2018 using MkDoc