Home
last modified time | relevance | path

Searched refs:p_orig (Results 1 – 2 of 2) sorted by relevance

/php-src/main/
H A Dsnprintf.c275 char *p, *p_orig; in php_conv_fp() local
283 p_orig = p = php_fcvt(num, precision, &decimal_point, is_negative); in php_conv_fp()
285 p_orig = p = php_ecvt(num, precision + 1, &decimal_point, is_negative); in php_conv_fp()
295 free(p_orig); in php_conv_fp()
361 free(p_orig); in php_conv_fp()
/php-src/ext/mysqlnd/
H A Dmysqlnd_connection.c1725 const char * p_orig = name; local
1732 register char v = *p_orig;
1749 ++p_orig;

Completed in 13 milliseconds