Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregerror.c202 static void sprint_byte_with_x(char* s, unsigned int v) in sprint_byte_with_x() function
225 sprint_byte_with_x((char*)(&(buf[len])), (unsigned int)(code >> 24)); in to_ascii()
232 sprint_byte_with_x((char*)(&(buf[len])), (unsigned int)(code >> 8)); in to_ascii()
369 sprint_byte_with_x((char* )bs, (unsigned int )(*p++)); in onig_snprintf_with_pattern()
387 sprint_byte_with_x((char* )bs, (unsigned int )(*p++)); in onig_snprintf_with_pattern()

Completed in 6 milliseconds