Lines Matching defs:f

128 static zend_always_inline int php_array_key_compare_unstable_i(Bucket *f, Bucket *s) /* {{{ */  in php_array_key_compare_unstable_i()
152 static zend_always_inline int php_array_key_compare_numeric_unstable_i(Bucket *f, Bucket *s) /* {{{… in php_array_key_compare_numeric_unstable_i()
173 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()
198 static zend_always_inline int php_array_key_compare_string_unstable_i(Bucket *f, Bucket *s) /* {{{ … in php_array_key_compare_string_unstable_i()
223 static int php_array_key_compare_string_natural_general(Bucket *f, Bucket *s, int fold_case) /* {{{… in php_array_key_compare_string_natural_general()
272 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()
292 static zend_always_inline int php_array_data_compare_unstable_i(Bucket *f, Bucket *s) /* {{{ */ in php_array_data_compare_unstable_i()
318 static zend_always_inline int php_array_data_compare_numeric_unstable_i(Bucket *f, Bucket *s) /* {{… in php_array_data_compare_numeric_unstable_i()
324 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()
330 static zend_always_inline int php_array_data_compare_string_unstable_i(Bucket *f, Bucket *s) /* {{{… in php_array_data_compare_string_unstable_i()
336 static int php_array_natural_general_compare(Bucket *f, Bucket *s, int fold_case) /* {{{ */ in php_array_natural_general_compare()
362 static int php_array_data_compare_string_locale_unstable_i(Bucket *f, Bucket *s) /* {{{ */ in php_array_data_compare_string_locale_unstable_i()
816 static inline int php_array_user_compare_unstable(Bucket *f, Bucket *s) /* {{{ */ in php_array_user_compare_unstable()
934 static inline int php_array_user_key_compare_unstable(Bucket *f, Bucket *s) /* {{{ */ in php_array_user_key_compare_unstable()
1194 static int php_data_compare(const void *f, const void *s) /* {{{ */ in php_data_compare()
4906 struct bucketindex *f = (struct bucketindex *)p; local
5995 Bucket **f = (Bucket **)p; local