Home
last modified time | relevance | path

Searched refs:ERR_COULDNT_RESOLVE (Results 1 – 6 of 6) sorted by relevance

/dports/comms/gammu/gammu-1.42.0/include/
H A Dgammu-error.h307 ERR_COULDNT_RESOLVE, enumerator
/dports/ftp/gnustep-ftp/FTP-0.6/
H A Dftpclient.h53 #define ERR_COULDNT_RESOLVE -1 macro
H A Dftpclient.m814 return ERR_COULDNT_RESOLVE;
/dports/comms/gammu/gammu-1.42.0/libgammu/
H A Dgsmcomon.c151 {ERR_COULDNT_RESOLVE, "COULDNT_RESOLVE", N_("Could not resolve the host name.")},
/dports/comms/gammu/gammu-1.42.0/gammu/
H A Dcommon.c261 return ERR_COULDNT_RESOLVE; in GSM_ReadHTTPFile()
/dports/comms/gammu/gammu-1.42.0/docs/manual/python/
H A Dexceptions.rst52 .. exception:: gammu.ERR_COULDNT_RESOLVE
54 Exception corresponding to gammu error ERR_COULDNT_RESOLVE.