/* Callback for vpd_decode_string to invoke. */ typedefint vpd_decode_callback(const u8 *key, u32 key_len, const u8 *value, u32 value_len, void *arg);
/* * vpd_decode_string * * Given the encoded string, this function invokes callback with extracted * (key, value). The *consumed will be plused the number of bytes consumed in * this function. * * The input_buf points to the first byte of the input buffer. * * The *consumed starts from 0, which is actually the next byte to be decoded. * It can be non-zero to be used in multiple calls. * * If one entry is successfully decoded, sends it to callback and returns the * result.
*/ int vpd_decode_string(const u32 max_len, const u8 *input_buf, u32 *consumed,
vpd_decode_callback callback, void *callback_arg);
#endif/* __VPD_DECODE_H */
Messung V0.5
¤ Dauer der Verarbeitung: 0.18 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.