Searched defs:nbits (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_utf7imap.c | 651 unsigned char nbits, cache; /* `nbits` is the number of cached bits; either 0, 2, or 4 */ in mb_wchar_to_utf7imap() local
|
H A D | mbfilter_utf7.c | 641 unsigned char nbits, cache; /* `nbits` is the number of cached bits; either 0, 2, or 4 */ in mb_wchar_to_utf7() local
|
/PHP-8.3/main/ |
H A D | snprintf.c | 376 PHPAPI char * ap_php_conv_p2(uint64_t num, int nbits, char format, char *buf_end, size_t *len) /* {… in ap_php_conv_p2()
|
/PHP-8.3/ext/session/ |
H A D | session.c | 296 static void bin_to_readable(unsigned char *in, size_t inlen, char *out, size_t outlen, char nbits) … in bin_to_readable()
|
/PHP-8.3/Zend/ |
H A D | zend_strtod.c | 1805 int big, denorm, esign, havedig, k, n, nbits, up, zret; local
|
Completed in 26 milliseconds