Home
last modified time | relevance | path

Searched refs:LSX_PARAM_IN_OPT (Results 1 – 2 of 2) sorted by relevance

/dports/audio/sox/sox-14.4.2/src/
H A Dsox.h199 #define LSX_PARAM_IN_OPT _In_opt_ /* Optional const pointer to a valid object (may be NULL). */ macro
201 #define LSX_PARAM_IN_OPT /* Optional const pointer to a valid object (may be NULL). */
1735 LSX_PARAM_IN_OPT sox_comments_t comments /**< Metadata block. */
1769 LSX_PARAM_IN_OPT sox_comments_t comments /**< Metadata block to copy. */
1791 LSX_PARAM_IN_OPT sox_comments_t comments, /**< Metadata block in which to search. */
1917LSX_PARAM_IN_OPT sox_oob_t const * oob, /**< Out-of-band data to add to file, or N…
1952LSX_PARAM_IN_OPT sox_oob_t const * oob /**< Out-of-band data to add to fil…
2133LSX_PARAM_IN_OPT sox_flow_effects_callback callback, /**< Callback for monitoring flow progress. */
2134 LSX_PARAM_IN_OPT void * client_data /**< Data to pass into callback. */
2497LSX_PARAM_IN_OPT void *ptr, /**< Pointer to be freed or resized, or null if allocating a new buffe…
[all …]
H A Dgetopt.c30 LSX_PARAM_IN_OPT lsx_option_t const * longopts, /* Array of long option descriptors */