Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c79 char * p_copy; in mysqli_escape_string_for_tx_name_in_comment() local
80 p_copy = ret = emalloc(strlen(name) + 1 + 2 + 2 + 1); /* space, open, close, NullS */ in mysqli_escape_string_for_tx_name_in_comment()
81 *p_copy++ = ' '; in mysqli_escape_string_for_tx_name_in_comment()
82 *p_copy++ = '/'; in mysqli_escape_string_for_tx_name_in_comment()
83 *p_copy++ = '*'; in mysqli_escape_string_for_tx_name_in_comment()
97 *p_copy++ = v; in mysqli_escape_string_for_tx_name_in_comment()
104 *p_copy++ = '*'; in mysqli_escape_string_for_tx_name_in_comment()
105 *p_copy++ = '/'; in mysqli_escape_string_for_tx_name_in_comment()
106 *p_copy++ = 0; in mysqli_escape_string_for_tx_name_in_comment()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c2704 char * p_copy; local
2705 p_copy = ret = mnd_emalloc(strlen(name) + 1 + 2 + 2 + 1); /* space, open, close, NullS */
2706 *p_copy++ = ' ';
2707 *p_copy++ = '/';
2708 *p_copy++ = '*';
2722 *p_copy++ = v;
2729 *p_copy++ = '*';
2730 *p_copy++ = '/';
2731 *p_copy++ = 0;

Completed in 29 milliseconds