Searched defs:low (Results 1 – 9 of 9) sorted by relevance
/PHP-5.5/win32/ |
H A D | flock.c | 58 DWORD low = 1, high = 0; in flock() local
|
/PHP-5.5/ext/xmlrpc/libxmlrpc/ |
H A D | queue.c | 715 static void QuickSort(void *list[], int low, int high, in QuickSort() 856 int low, mid, hi, val; in Q_BSearch() local
|
/PHP-5.5/ext/filter/ |
H A D | sanitizing_filters.c | 67 …url(zval *value, const unsigned char* chars, const int char_len, int high, int low, int encode_nul) in php_filter_encode_url()
|
/PHP-5.5/ext/mbstring/oniguruma/ |
H A D | regexec.c | 3115 UChar* range, UChar** low, UChar** high, UChar** low_prev) in forward_search_range() 3247 UChar** low, UChar** high) in backward_search_range() 3582 UChar *sch_range, *low, *high, *low_prev; in onig_search() local 3650 UChar *low, *high, *adjrange, *sch_start; in onig_search() local
|
H A D | regparse.c | 1692 int low, high, bound, x; in add_code_range_to_buf() local 2312 int low, up, syn_allow, non_low = 0; in fetch_range_quantifier() local
|
H A D | regint.h | 357 #define BBUF_EXPAND(buf,low) do{\ argument
|
H A D | regcomp.c | 5607 OnigCodePoint low, high, x; in onig_is_in_code_range() local
|
/PHP-5.5/ext/standard/ |
H A D | array.c | 1621 unsigned char *low, *high; in PHP_FUNCTION() local 1669 double low, high, value; in PHP_FUNCTION() local 1700 double low, high; in PHP_FUNCTION() local
|
/PHP-5.5/ext/gd/libgd/ |
H A D | gd_interpolation.c | 76 #define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) argument
|
Completed in 77 milliseconds