Searched refs:GPE_OK (Results 1 – 2 of 2) sorted by relevance
133 return (offset != 0) ? GPE_OK : GPE_END_OF_FILE; in readline()149 return GPE_OK; in readline()188 return GPE_OK; in appenddata()216 return GPE_OK; in appenddata()227 return GPE_OK; in decodedata()253 return GPE_OK; in decodedata()316 while((error = readline(&buffer, &bufsize, stream)) == GPE_OK) { in getpart()471 if(error != GPE_OK) { in getpart()473 error = GPE_OK; in getpart()
28 #define GPE_OK 0 macro