Home
last modified time | relevance | path

Searched refs:PATNREPL (Results 1 – 1 of 1) sorted by last modified time

/PHP-5.4/ext/standard/
H A Dstring.c2815 } PATNREPL; typedef
2833 PATNREPL *patterns; /* array of prefixes by pattern suffix hash order */
2873 const PATNREPL *pnr_a = a,
2904 PATNREPL *arr;
2909 static inline void php_strtr_swap(PATNREPL *a, PATNREPL *b)
2911 PATNREPL tmp = *a;
2940 static inline void php_strtr_heapsort(PATNREPL *arr, size_t nel, PPRES *res)
2961 PATNREPL *patterns;
3025 static PPRES *php_strtr_array_prepare(STR *text, PATNREPL *patterns, int patnum, int B, int Bp)
3120 PATNREPL *pnr;
[all …]

Completed in 17 milliseconds