Searched refs:tmpLine (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecImportExportPem.cpp408 const char *tmpLine = getLine(endLine, lenToGo, &consumed); local
409 assert((tmpLine != NULL) && (tmpLine[0] != 0));
411 toDecode = (unsigned)(endLine - startLine + strlen(tmpLine));
412 free((void *)tmpLine);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecImportExportPem.cpp408 const char *tmpLine = getLine(endLine, lenToGo, &consumed); local
409 assert((tmpLine != NULL) && (tmpLine[0] != 0));
411 toDecode = (unsigned)(endLine - startLine + strlen(tmpLine));
412 free((void *)tmpLine);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecImportExportPem.cpp408 const char *tmpLine = getLine(endLine, lenToGo, &consumed); local
409 assert((tmpLine != NULL) && (tmpLine[0] != 0));
411 toDecode = (unsigned)(endLine - startLine + strlen(tmpLine));
412 free((void *)tmpLine);
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dssh.c1875 char *tmpLine; local
1877 tmpLine = aprintf("%s\n", sshc->readdir_filename);
1878 if(tmpLine == NULL) {
1884 tmpLine, sshc->readdir_len+1);
1885 Curl_safefree(tmpLine);

Completed in 134 milliseconds