upipe/uref_void.h header reference

Header inclusion [link] 

Members [link] 

Functions [link] 

Members detail [link] 

#define _UPIPE_UREF_VOID_H_ [link] 

This macro is declared in upipe/uref_void.h source file, line 26.

int uref_void_cmp_text(struct uref *uref1, struct uref *uref2) [link] 

This function is declared in upipe/uref_void.h source file, line 34.

This function compares the generic text attribute in two urefs.

Parameter list:

  • uref1: pointer to the first uref
  • uref2: pointer to the second uref

The return value is 0 if both attributes are absent or identical

int uref_void_copy_text(struct uref *uref, struct uref *uref_src) [link] 

This function is declared in upipe/uref_void.h source file, line 34.

This function copies the generic text attribute from an uref to another.

Parameter list:

  • uref: pointer to the uref
  • uref_src: pointer to the source uref

The return value is an error code

int uref_void_delete_text(struct uref *uref) [link] 

This function is declared in upipe/uref_void.h source file, line 34.

This function deletes the generic text attribute of a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_void_get_text(struct uref *uref, const char **p) [link] 

This function is declared in upipe/uref_void.h source file, line 34.

This function returns the generic text attribute of a uref.

Parameter list:

  • uref: pointer to the uref
  • p: pointer to the retrieved value (modified during execution)

The return value is an error code

int uref_void_match_text(struct uref *uref, const char *prefix) [link] 

This function is declared in upipe/uref_void.h source file, line 34.

This function compares the generic text attribute to a given prefix.

Parameter list:

  • uref: pointer to the uref
  • prefix: prefix to match

The return value is an error code

int uref_void_set_text(struct uref *uref, const char *v) [link] 

This function is declared in upipe/uref_void.h source file, line 34.

This function sets the generic text attribute of a uref.

Parameter list:

  • uref: pointer to the uref
  • v: value to set

The return value is an error code

int uref_void_set_text_va(struct uref *uref, const char *format, ...) [link] 

This function is declared in upipe/uref_void.h source file, line 34.

This function sets the generic text attribute of a uref.

Parameter list:

  • uref: pointer to the uref
  • format: printf-style format of the value, followed by a variable list of arguments.

The return value is an error code

Valid XHTML 1.0 StrictGenerated by cmassiot on Sun Dec 14 18:31:17 2025 using MkDoc