Searched refs:acURLPassword (Results 1 – 3 of 3) sorted by relevance
77 if (!psProperties->acURLUsername[0] || !psProperties->acURLPassword[0]) in URLGetRequest()90 iError = HttpSetUrlPass(psURL, psProperties->acURLPassword, acLocalError); in URLGetRequest()262 if (!psProperties->acURLUsername[0] || !psProperties->acURLPassword[0]) in URLPingRequest()275 iError = HttpSetUrlPass(psURL, psProperties->acURLPassword, acLocalError); in URLPingRequest()538 if (!psProperties->acURLUsername[0] || !psProperties->acURLPassword[0]) in URLPutRequest()551 iError = HttpSetUrlPass(psURL, psProperties->acURLPassword, acLocalError); in URLPutRequest()
1178 strncpy(psProperties->acURLPassword, pc, FTIMES_MAX_PASSWORD_LENGTH); in PropertiesReadLine()1561 if (psProperties->acURLPassword[0]) in PropertiesDisplaySettings()
581 char acURLPassword[FTIMES_MAX_PASSWORD_LENGTH]; member