Searched refs:src_size (Results 1 – 2 of 2) sorted by relevance
135 #define PHP_STRLCPY(dst, src, size, src_size) \ argument139 if (src_size >= size) \142 php_str_len = src_size; \
863 static inline LineContribType *_gdContributionsCalc(unsigned int line_size, unsigned int src_size, … in _gdContributionsCalc() argument888 int iRight = MIN((int)ceil(dCenter + width_d), (int)src_size - 1); in _gdContributionsCalc()894 if (iLeft < ((int)src_size - 1 / 2)) { in _gdContributionsCalc()
Completed in 19 milliseconds