Searched refs:LSX_PARAM_IN_OPT (Results 1 – 2 of 2) sorted by relevance
213 #define LSX_PARAM_IN_OPT _In_opt_ /* Optional const pointer to a valid object (may be NULL). */ macro215 #define LSX_PARAM_IN_OPT /* Optional const pointer to a valid object (may be NULL). */1710 LSX_PARAM_IN_OPT sox_comments_t comments /**< Metadata block. */1744 LSX_PARAM_IN_OPT sox_comments_t comments /**< Metadata block to copy. */1766 LSX_PARAM_IN_OPT sox_comments_t comments, /**< Metadata block in which to search. */1831 …LSX_PARAM_IN_OPT sox_signalinfo_t const * signal, /**< Information already known about audio …1832 …LSX_PARAM_IN_OPT sox_encodinginfo_t const * encoding, /**< Information already known about sample…1847 …LSX_PARAM_IN_OPT sox_signalinfo_t const * signal, /**< Information already known about audio…1848 …LSX_PARAM_IN_OPT sox_encodinginfo_t const * encoding, /**< Information already known about sampl…1890 …LSX_PARAM_IN_OPT sox_encodinginfo_t const * encoding, /**< Information about desired sample enco…[all …]
30 LSX_PARAM_IN_OPT lsx_option_t const * longopts, /* Array of long option descriptors */ in lsx_getopt_init()