Searched refs:abrupt (Results 1 – 2 of 2) sorted by relevance
498 static uint32_t* handle_base64_end(unsigned char n, uint32_t *out, bool *base64, bool abrupt, uint1… in handle_base64_end() argument500 if (abrupt || n == ILLEGAL || *surrogate1) { in handle_base64_end()
477 …nd(unsigned char n, unsigned char **p, uint32_t *out, bool *base64, bool abrupt, uint16_t *surroga… in handle_base64_end() argument479 if (abrupt || *surrogate1) { in handle_base64_end()
Completed in 10 milliseconds