Searched refs:host_byte_order (Results 1 – 5 of 5) sorted by relevance
86 int length, int *host_byte_order, int keep_boms) in pcre16_utf16_to_host_byte_order() argument91 int host_bo = host_byte_order != NULL ? *host_byte_order : 1; in pcre16_utf16_to_host_byte_order()118 if (host_byte_order != NULL) in pcre16_utf16_to_host_byte_order()119 *host_byte_order = host_bo; in pcre16_utf16_to_host_byte_order()125 (void)(host_byte_order); in pcre16_utf16_to_host_byte_order()
98 int length, int *host_byte_order, int keep_boms) in pcre32_utf32_to_host_byte_order() argument103 int host_bo = host_byte_order != NULL ? *host_byte_order : 1; in pcre32_utf32_to_host_byte_order()129 if (host_byte_order != NULL) in pcre32_utf32_to_host_byte_order()130 *host_byte_order = host_bo; in pcre32_utf32_to_host_byte_order()136 (void)(host_byte_order); in pcre32_utf32_to_host_byte_order()
83 #define CHECK_BYTE_ORDER(__v) host_byte_order()==ImageByteOrder(__v->display)
100 static int host_byte_order( void ) in host_byte_order() function
195 static int host_byte_order( void ) in host_byte_order() function322 boolean native_byte_order = (host_byte_order() == in choose_pixel_format()