HomeSort by relevance Sort by last modified time
    Searched refs:errorbuf (Results 1 - 6 of 6) sorted by null

  /external/curl/lib/vtls/
mbedtls.c 165 char errorbuf[128]; local
166 errorbuf[0]=0;
182 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
185 -ret, errorbuf);
195 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
198 -ret, errorbuf);
211 mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
444 char errorbuf[128]; local
    [all...]
polarssl.c 153 char errorbuf[128]; local
154 errorbuf[0]=0;
170 error_strerror(ret, errorbuf, sizeof(errorbuf));
173 -ret, errorbuf);
181 error_strerror(ret, errorbuf, sizeof(errorbuf));
184 -ret, errorbuf);
197 error_strerror(ret, errorbuf, sizeof(errorbuf));
411 char errorbuf[128]; local
    [all...]
  /external/curl/lib/
sendf.c 236 if(data->set.errorbuffer && !data->state.errorbuf) {
238 data->state.errorbuf = TRUE; /* wrote error string */
urldata.h 1272 bool errorbuf; \/* Set to TRUE if the error buffer is already filled in. member in struct:UrlState
    [all...]
transfer.c     [all...]
ftp.c     [all...]

Completed in 41 milliseconds