Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c76 char * p_copy; in mysqli_escape_string_for_tx_name_in_comment() local
77 p_copy = ret = emalloc(strlen(name) + 1 + 2 + 2 + 1); /* space, open, close, NullS */ in mysqli_escape_string_for_tx_name_in_comment()
78 *p_copy++ = ' '; in mysqli_escape_string_for_tx_name_in_comment()
79 *p_copy++ = '/'; in mysqli_escape_string_for_tx_name_in_comment()
80 *p_copy++ = '*'; in mysqli_escape_string_for_tx_name_in_comment()
94 *p_copy++ = v; in mysqli_escape_string_for_tx_name_in_comment()
101 *p_copy++ = '*'; in mysqli_escape_string_for_tx_name_in_comment()
102 *p_copy++ = '/'; in mysqli_escape_string_for_tx_name_in_comment()
103 *p_copy++ = 0; in mysqli_escape_string_for_tx_name_in_comment()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c2045 char * p_copy; local
2046 p_copy = ret = mnd_emalloc(strlen(name) + 1 + 2 + 2 + 1); /* space, open, close, NullS */
2047 *p_copy++ = ' ';
2048 *p_copy++ = '/';
2049 *p_copy++ = '*';
2063 *p_copy++ = v;
2070 *p_copy++ = '*';
2071 *p_copy++ = '/';
2072 *p_copy++ = 0;

Completed in 15 milliseconds