Home | History | Annotate | Download | only in c-ares

Lines Matching refs:obuf

545 static int get_res_nt(HKEY hKey, const char *subkey, char **obuf)
554 *obuf = malloc(size+1);
555 if (!*obuf)
559 (LPBYTE)*obuf, &size) != ERROR_SUCCESS)
561 free(*obuf);
566 free(*obuf);
572 static int get_res_interfaces_nt(HKEY hKey, const char *subkey, char **obuf)
588 rc = get_res_nt(hVal, subkey, obuf);