HomeSort by: relevance | last modified time | path
    Searched defs:country_buf (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/hs20/client/
osu_client.c 821 char *prio, *country_buf = NULL; local
839 country_buf = xml_node_get_text(ctx->xml, node);
840 if (country_buf == NULL)
842 country = country_buf;
867 xml_node_get_text_free(ctx->xml, country_buf);
osu_client.c 821 char *prio, *country_buf = NULL; local
839 country_buf = xml_node_get_text(ctx->xml, node);
840 if (country_buf == NULL)
842 country = country_buf;
867 xml_node_get_text_free(ctx->xml, country_buf);

Completed in 45 milliseconds