Searched refs:copies (Results 1 – 25 of 35) sorted by relevance
12
513 if (!*copies) { in mysqlnd_stmt_copy_it()516 if (*copies) { in mysqlnd_stmt_copy_it()595 zval *tmp_data = (copies && copies[i])? copies[i]: stmt->param_bind[i].zv; in mysqlnd_stmt_execute_store_params()662 zval *tmp_data = (copies && copies[i])? copies[i]: stmt->param_bind[i].zv; in mysqlnd_stmt_execute_store_params()696 if (!copies || !copies[i]) { in mysqlnd_stmt_execute_store_params()710 if (!copies || !copies[i]) { in mysqlnd_stmt_execute_store_params()720 zval *tmp_data = (copies && copies[i])? copies[i]: stmt->param_bind[i].zv; in mysqlnd_stmt_execute_store_params()730 zval *tmp_data = (copies && copies[i])? copies[i]: stmt->param_bind[i].zv; in mysqlnd_stmt_execute_store_params()752 if (!copies || !copies[i]) { in mysqlnd_stmt_execute_store_params()793 zval *data = (copies && copies[i])? copies[i]: stmt->param_bind[i].zv; 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";53 -- Checking filepermissions of file and its copies --
38 echo "-- Now applying copy() on source link to create copies --\n";73 -- Now applying copy() on source link to create copies --
40 echo "\n-- Now applying copy() on source file to create copies --";83 -- Now applying copy() on source file to create copies --
39 echo "\n-- Now applying copy() on source file to create copies --";85 -- Now applying copy() on source file to create copies --
39 echo "\n-- Now applying copy() on source file to create copies --";86 -- Now applying copy() on source file to create copies --
40 echo "\n-- Now applying copy() on source file to create copies --";82 -- Now applying copy() on source file to create copies --
46 echo "\n-- Now applying copy() on source file to create copies --";86 -- Now applying copy() on source file to create copies --
48 echo "\n--- Now applying copy() on source file to create copies ---";88 --- 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 ---
46 echo "\n-- Now applying copy() on source file to create copies --";88 -- Now applying copy() on source file to create copies --
54 echo "\n--- Now applying copy() on source file to create copies ---";96 --- Now applying copy() on source file to create copies ---
46 echo "\n-- Now applying copy() on source file to create copies --";91 -- Now applying copy() on source file to create copies --
56 echo "\n--- Now applying copy() on source file to create copies ---";97 --- Now applying copy() on source file to create copies ---
22 /* mysqlnd: force seperation - create copies */33 /* mysqlnd: force seperation - create copies */51 /* mysqlnd: force seperation - create copies*/
2 References to result sets - mysqlnd (no copies but references)
41 // create copies and destroy later
884 if (!*copies) {888 *(*copies)[current] = *original;903 zval **copies = NULL; local927 zval *the_var = copies && copies[i]? copies[i]:stmt->param.vars[i];932 the_var = copies[i];941 the_var = copies[i];950 the_var = copies[i];971 if (copies) {973 if (copies[i]) {974 zval_ptr_dtor(&copies[i]);[all …]
47 distribute verbatim copies of this document is granted.
6 Everyone is permitted to copy and distribute verbatim copies29 you have the freedom to distribute copies of free software (and charge38 you if you distribute copies of the library or if you modify it.40 For example, if you distribute copies of the library, whether gratis150 1. You may copy and distribute verbatim copies of the Library's162 2. You may modify your copy or copies of the Library or any portion222 subsequent copies and derivative works made from that copy.353 rights under this License. However, parties who have received copies,383 all those who receive copies directly or indirectly through you, then
114 copies of the Software, and to permit persons to whom the Software is118 copies or substantial portions of the Software.197 that existing copyright notices are retained in all copies and that this297 without modification in all copies or substantial portions of the 348 copyright notice and this permission notice appear in all copies.
Completed in 50 milliseconds