Searched refs:copies (Results 1 – 25 of 40) sorted by relevance
12
549 if (!*copies) { in mysqlnd_stmt_copy_it()550 *copies = mnd_ecalloc(param_count, sizeof(zval)); in mysqlnd_stmt_copy_it()552 if (*copies) { in mysqlnd_stmt_copy_it()553 ZVAL_COPY(&(*copies)[current], original); in mysqlnd_stmt_copy_it()565 if (copies) { in mysqlnd_stmt_free_copies()568 zval_ptr_dtor(&copies[i]); in mysqlnd_stmt_free_copies()570 mnd_efree(copies); in mysqlnd_stmt_free_copies()678 const zval *tmp_data = (copies && !Z_ISUNDEF(copies[i]))? &copies[i] : parameter; in mysqlnd_stmt_execute_store_types()801 data = (copies && !Z_ISUNDEF(copies[i]))? &copies[i]: parameter; in mysqlnd_stmt_execute_store_param_values()910 mysqlnd_stmt_execute_store_types(stmt, copies, p); in mysqlnd_stmt_execute_store_params()[all …]
12 /* Create two copies of the given array.22 // Create two copies of the given array.
13 /* Create two copies of the given array.23 // Create two copies of the given array.
2 Closure 011: Lexical copies not static in closure
25 echo "-- Checking filepermissions of file and its copies --\n";51 -- Checking filepermissions of file and its copies --
37 echo "-- Now applying copy() on source link to create copies --\n";70 -- Now applying copy() on source link to create copies --
40 echo "\n-- Now applying copy() on source file to create copies --";81 -- Now applying copy() on source file to create copies --
39 echo "\n-- Now applying copy() on source file to create copies --";83 -- Now applying copy() on source file to create copies --
40 echo "\n-- Now applying copy() on source file to create copies --";80 -- Now applying copy() on source file to create copies --
39 echo "\n-- Now applying copy() on source file to create copies --";84 -- Now applying copy() on source file to create copies --
48 echo "\n--- Now applying copy() on source file to create copies ---";87 --- Now applying copy() on source file to create copies ---
48 echo "\n--- Now applying copy() on source file to create copies ---";86 --- Now applying copy() on source file to create copies ---
46 echo "\n-- Now applying copy() on source file to create copies --";87 -- Now applying copy() on source file to create copies --
46 echo "\n-- Now applying copy() on source file to create copies --";85 -- Now applying copy() on source file to create copies --
54 echo "\n--- Now applying copy() on source file to create copies ---";94 --- Now applying copy() on source file to create copies ---
46 echo "\n-- Now applying copy() on source file to create copies --";89 -- Now applying copy() on source file to create copies --
10 copies of the Software, and to permit persons to whom the Software is14 all copies or substantial portions of the Software.
22 /* mysqlnd: force separation - create copies */33 /* mysqlnd: force separation - create copies */51 /* mysqlnd: force separation - create copies*/
29 // buffered copies
2 References to result sets - mysqlnd (no copies but references)
41 // create copies and destroy later
47 distribute verbatim copies of this document is granted.
Completed in 25 milliseconds