HomeSort by relevance Sort by last modified time
    Searched full:testing_ptr (Results 1 - 1 of 1) sorted by null

  /external/curl/lib/
escape.c 84 char *testing_ptr = NULL; local
113 testing_ptr = Curl_saferealloc(ns, alloc);
114 if(!testing_ptr)
116 ns = testing_ptr;

Completed in 57 milliseconds