Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1587 zend_uchar * bit_area = (zend_uchar*) row_buffer->ptr + data_size + 1; /* we allocate from here */ in php_mysqlnd_rowp_read_text_protocol() local
1727 zend_uchar *start = bit_area; in php_mysqlnd_rowp_read_text_protocol()
1735 bit_area += 1 + sprintf((char *)start, "%ld", Z_LVAL_PP(current_field)); in php_mysqlnd_rowp_read_text_protocol()
1736 ZVAL_STRINGL(*current_field, (char *) start, bit_area - start - 1, 0); in php_mysqlnd_rowp_read_text_protocol()
1738 memcpy(bit_area, Z_STRVAL_PP(current_field), Z_STRLEN_PP(current_field)); in php_mysqlnd_rowp_read_text_protocol()
1739 bit_area += Z_STRLEN_PP(current_field); in php_mysqlnd_rowp_read_text_protocol()
1740 *bit_area++ = '\0'; in php_mysqlnd_rowp_read_text_protocol()
1742 ZVAL_STRINGL(*current_field, (char *) start, bit_area - start - 1, 0); in php_mysqlnd_rowp_read_text_protocol()

Completed in 9 milliseconds