Home
last modified time | relevance | path

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

/PHP-5.6/ext/zip/lib/
H A Dzip_close.c61 static int copy_data(FILE *, zip_uint64_t, FILE *, struct zip_error *);
233 if (copy_data(za->zp, de->comp_size, out, &za->error) < 0) { in zip_close()
455 copy_data(FILE *fs, zip_uint64_t len, FILE *ft, struct zip_error *error) in copy_data() function
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1579 zend_bool as_int_or_float, zend_bool copy_data, MYSQLND_STATS * stats TSRMLS_DC) in php_mysqlnd_rowp_read_text_protocol_aux() argument
1617 if (copy_data == FALSE && current_field > start_field && last_field_was_string) { in php_mysqlnd_rowp_read_text_protocol_aux()
1743 ZVAL_STRINGL(*current_field, (char *) start, bit_area - start - 1, copy_data); in php_mysqlnd_rowp_read_text_protocol_aux()
1749 ZVAL_STRINGL(*current_field, (char *) start, bit_area - start - 1, copy_data); in php_mysqlnd_rowp_read_text_protocol_aux()
1752 ZVAL_STRINGL(*current_field, (char *)p, len, copy_data); in php_mysqlnd_rowp_read_text_protocol_aux()
1758 if (copy_data == FALSE && last_field_was_string) { in php_mysqlnd_rowp_read_text_protocol_aux()

Completed in 17 milliseconds