Searched refs:p_copy (Results 1 – 2 of 2) sorted by relevance
1738 char * p_copy; local1739 p_copy = ret = mnd_emalloc(strlen(name) + 1 + 2 + 2 + 1); /* space, open, close, NullS */1740 *p_copy++ = ' ';1741 *p_copy++ = '/';1742 *p_copy++ = '*';1756 *p_copy++ = v;1763 *p_copy++ = '*';1764 *p_copy++ = '/';1765 *p_copy++ = 0;
76 char * p_copy; in mysqli_escape_string_for_tx_name_in_comment() local77 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()
Completed in 20 milliseconds