Lines Matching defs:f
167 static zend_always_inline int php_array_key_compare_unstable_i(Bucket *f, Bucket *s) /* {{{ */ in php_array_key_compare_unstable_i()
206 static zend_always_inline int php_array_key_compare_numeric_unstable_i(Bucket *f, Bucket *s) /* {{{… in php_array_key_compare_numeric_unstable_i()
227 static zend_always_inline int php_array_key_compare_string_case_unstable_i(Bucket *f, Bucket *s) /*… in php_array_key_compare_string_case_unstable_i()
252 static zend_always_inline int php_array_key_compare_string_unstable_i(Bucket *f, Bucket *s) /* {{{ … in php_array_key_compare_string_unstable_i()
277 static int php_array_key_compare_string_natural_general(Bucket *f, Bucket *s, int fold_case) /* {{{… in php_array_key_compare_string_natural_general()
326 static zend_always_inline int php_array_key_compare_string_locale_unstable_i(Bucket *f, Bucket *s) … in php_array_key_compare_string_locale_unstable_i()
346 static zend_always_inline int php_array_data_compare_unstable_i(Bucket *f, Bucket *s) /* {{{ */ in php_array_data_compare_unstable_i()
372 static zend_always_inline int php_array_data_compare_numeric_unstable_i(Bucket *f, Bucket *s) /* {{… in php_array_data_compare_numeric_unstable_i()
378 static zend_always_inline int php_array_data_compare_string_case_unstable_i(Bucket *f, Bucket *s) /… in php_array_data_compare_string_case_unstable_i()
384 static zend_always_inline int php_array_data_compare_string_unstable_i(Bucket *f, Bucket *s) /* {{{… in php_array_data_compare_string_unstable_i()
390 static int php_array_natural_general_compare(Bucket *f, Bucket *s, int fold_case) /* {{{ */ in php_array_natural_general_compare()
416 static int php_array_data_compare_string_locale_unstable_i(Bucket *f, Bucket *s) /* {{{ */ in php_array_data_compare_string_locale_unstable_i()
868 static inline int php_array_user_compare_unstable(Bucket *f, Bucket *s) /* {{{ */ in php_array_user_compare_unstable()
986 static inline int php_array_user_key_compare_unstable(Bucket *f, Bucket *s) /* {{{ */ in php_array_user_key_compare_unstable()
4420 struct bucketindex *f = (struct bucketindex *)p; local
5454 Bucket **f = (Bucket **)p; local