Home
last modified time | relevance | path

Searched refs:acURLPassword (Results 1 – 3 of 3) sorted by relevance

/dports/security/ftimes/ftimes-3.11.0/src/
H A Durl.c77 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()
H A Dproperties.c1178 strncpy(psProperties->acURLPassword, pc, FTIMES_MAX_PASSWORD_LENGTH); in PropertiesReadLine()
1561 if (psProperties->acURLPassword[0]) in PropertiesDisplaySettings()
H A Dftimes.h581 char acURLPassword[FTIMES_MAX_PASSWORD_LENGTH]; member