Searched defs:to_update_field (Results 1 - 2 of 2) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
H A Dsta_network.cpp1718 const char *value, uint8_t **to_update_field, const char *hexdump_prefix)
1721 value, (char **)to_update_field, hexdump_prefix);
1730 const char *value, char **to_update_field, const char *hexdump_prefix)
1733 if (*to_update_field) {
1734 os_free(*to_update_field);
1736 *to_update_field = dup_binstr(value, value_len);
1737 if (!(*to_update_field)) {
1741 MSG_MSGDUMP, hexdump_prefix, *to_update_field, value_len);
1752 const char *value, char **to_update_field, const char *hexdump_prefix)
1755 if (*to_update_field) {
1717 setStringFieldAndResetState( const char *value, uint8_t **to_update_field, const char *hexdump_prefix) argument
1729 setStringFieldAndResetState( const char *value, char **to_update_field, const char *hexdump_prefix) argument
1751 setStringKeyFieldAndResetState( const char *value, char **to_update_field, const char *hexdump_prefix) argument
1773 setByteArrayFieldAndResetState( const uint8_t *value, const size_t value_len, uint8_t **to_update_field, size_t *to_update_field_len, const char *hexdump_prefix) argument
1799 setByteArrayKeyFieldAndResetState( const uint8_t *value, const size_t value_len, uint8_t **to_update_field, size_t *to_update_field_len, const char *hexdump_prefix) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
H A Dsta_network.cpp1781 const char *value, uint8_t **to_update_field, const char *hexdump_prefix)
1784 value, (char **)to_update_field, hexdump_prefix);
1793 const char *value, char **to_update_field, const char *hexdump_prefix)
1796 if (*to_update_field) {
1797 os_free(*to_update_field);
1799 *to_update_field = dup_binstr(value, value_len);
1800 if (!(*to_update_field)) {
1804 MSG_MSGDUMP, hexdump_prefix, *to_update_field, value_len);
1815 const char *value, char **to_update_field, const char *hexdump_prefix)
1818 if (*to_update_field) {
1780 setStringFieldAndResetState( const char *value, uint8_t **to_update_field, const char *hexdump_prefix) argument
1792 setStringFieldAndResetState( const char *value, char **to_update_field, const char *hexdump_prefix) argument
1814 setStringKeyFieldAndResetState( const char *value, char **to_update_field, const char *hexdump_prefix) argument
1836 setByteArrayFieldAndResetState( const uint8_t *value, const size_t value_len, uint8_t **to_update_field, size_t *to_update_field_len, const char *hexdump_prefix) argument
1862 setByteArrayKeyFieldAndResetState( const uint8_t *value, const size_t value_len, uint8_t **to_update_field, size_t *to_update_field_len, const char *hexdump_prefix) argument
[all...]

Completed in 117 milliseconds