Searched refs:should_copy (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/ext/mssql/ |
H A D | php_mssql.c | 1530 int should_copy; local 1535 should_copy = 0; 1541 should_copy = 1; 1545 add_index_stringl(return_value, i, data, data_len, should_copy); 1546 should_copy = 1; 1550 add_assoc_stringl(return_value, result->fields[i].name, data, data_len, should_copy);
|
/PHP-5.3/ext/pgsql/ |
H A D | pgsql.c | 2503 int should_copy=0; local 2514 add_index_stringl(return_value, i, data, data_len, should_copy); 2515 should_copy=1; 2520 add_assoc_stringl(return_value, field_name, data, data_len, should_copy);
|
Completed in 20 milliseconds