Searched refs:GPE_OK (Results 1 – 2 of 2) sorted by relevance
104 return (offset != 0) ? GPE_OK : GPE_END_OF_FILE ; in readline()120 return GPE_OK; in readline()159 return GPE_OK; in appenddata()187 return GPE_OK; in appenddata()198 return GPE_OK; in decodedata()224 return GPE_OK; in decodedata()287 while((error = readline(&buffer, &bufsize, stream)) == GPE_OK) { in getpart()439 if(error != GPE_OK) { in getpart()441 error = GPE_OK; in getpart()
28 #define GPE_OK 0 macro