Home
last modified time | relevance | path

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

/PHP-7.0/ext/mbstring/oniguruma/
H A Dregerror.c190 static void sprint_byte_with_x(char* s, unsigned int v) in sprint_byte_with_x() function
209 sprint_byte_with_x((char*)(&(buf[len])), (unsigned int)(code >> 24)); in to_ascii()
216 sprint_byte_with_x((char*)(&(buf[len])), (unsigned int)(code >> 8)); in to_ascii()
365 sprint_byte_with_x((char* )bs, (unsigned int )(*p++));
374 sprint_byte_with_x((char* )bs, (unsigned int )(*p++));

Completed in 4 milliseconds