HomeSort by relevance Sort by last modified time
    Searched defs:scratch_mem (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp.c 334 char *scratch_mem = NULL; local
354 scratch_mem = os_zalloc(alloc_len);
355 if (scratch_mem == NULL)
357 mem = scratch_mem;
435 os_free(scratch_mem);
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp.c 306 char *scratch_mem = NULL; local
325 scratch_mem = os_malloc(url_len + 1);
326 if (scratch_mem == NULL)
328 os_memcpy(scratch_mem, url, url_len);
329 scratch_mem[url_len] = '\0';
330 wpa_printf(MSG_DEBUG, "WPS UPnP: Adding URL '%s'", scratch_mem);
331 host = scratch_mem;
410 os_free(scratch_mem);
    [all...]

Completed in 20 milliseconds