Searched refs:ENCODE_DIE_ON_ERR (Results 1 – 3 of 3) sorted by relevance
94 #define ENCODE_DIE_ON_ERR 0x0001 /* croaks immediately */ macro
181 if (check & ENCODE_DIE_ON_ERR) { in encode_method()212 if (check & ENCODE_DIE_ON_ERR){ in encode_method()362 if (check & ENCODE_DIE_ON_ERR){ in process_utf8()804 RETVAL = ENCODE_DIE_ON_ERR;
252 if (check & (ENCODE_DIE_ON_ERR|ENCODE_LEAVE_SRC)){