Home
last modified time | relevance | path

Searched defs:high (Results 1 – 9 of 9) sorted by relevance

/PHP-7.0/ext/mbstring/oniguruma/enc/
H A Dutf16_be.c105 unsigned int plane, high; in utf16be_code_to_mbc() local
H A Dutf16_le.c107 unsigned int plane, high; in utf16le_code_to_mbc() local
/PHP-7.0/ext/filter/
H A Dsanitizing_filters.c66 …encode_url(zval *value, const unsigned char* chars, const int char_len, int high, int low, int enc… in php_filter_encode_url()
/PHP-7.0/ext/xmlrpc/libxmlrpc/
H A Dqueue.c715 static void QuickSort(void *list[], int low, int high, in QuickSort()
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregexec.c3110 UChar* range, UChar** low, UChar** high, UChar** low_prev) in forward_search_range()
3251 UChar** low, UChar** high) in backward_search_range()
3586 UChar *sch_range, *low, *high, *low_prev; in onig_search() local
3654 UChar *low, *high, *adjrange, *sch_start; in onig_search() local
H A Dregcomp.c5639 OnigCodePoint low, high, x; in onig_is_in_code_range() local
H A Dregparse.c1700 int low, high, bound, x; in add_code_range_to_buf() local
/PHP-7.0/ext/standard/
H A Darray.c2076 unsigned char low, high; local
2142 double low, high, element; local
2188 zend_long low, high; local
/PHP-7.0/ext/gd/libgd/
H A Dgd_interpolation.c88 #define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) argument

Completed in 111 milliseconds