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

  /external/curl/src/
tool_getparam.c 297 char *certname_place = NULL; local
312 certname_place = malloc(param_length + 1);
313 if(!certname_place)
316 *certname = certname_place;
320 strncpy(certname_place, param_place, span);
322 certname_place += span;
332 *certname_place++ = '\\';
335 *certname_place++ = '\\';
339 *certname_place++ = ':';
343 *certname_place++ = '\\'
    [all...]

Completed in 5602 milliseconds