Searched refs:placeholders (Results 1 – 13 of 13) sorted by relevance
407 struct placeholder *placeholders = NULL, *placetail = NULL, *plc = NULL; in pdo_parse_params() local436 placeholders = plc; in pdo_parse_params()483 for (plc = placeholders; plc; plc = plc->next) { in pdo_parse_params()505 for (plc = placeholders; plc; plc = plc->next) { in pdo_parse_params()623 plc = placeholders; in pdo_parse_params()663 for (plc = placeholders; plc; plc = plc->next) { in pdo_parse_params()704 for (plc = placeholders; plc; plc = plc->next) { in pdo_parse_params()718 while (placeholders) { in pdo_parse_params()719 plc = placeholders; in pdo_parse_params()720 placeholders = plc->next; in pdo_parse_params()
93 struct placeholder *placeholders = NULL, *placetail = NULL, *plc = NULL;122 placeholders = plc;158 /* Do we have placeholders but no bound params */169 for (plc = placeholders; plc; plc = plc->next) {191 for (plc = placeholders; plc; plc = plc->next) {309 plc = placeholders;349 for (plc = placeholders; plc; plc = plc->next) {390 for (plc = placeholders; plc; plc = plc->next) {404 while (placeholders) {405 plc = placeholders;[all …]
23 // Comment without quotes or placeholders86 SELECT -- What about placeholders :bar
35 // Insert using question mark placeholders
41 // Insert using question mark placeholders
29 // Insert using question mark placeholders
2 PDO PgSQL Bug #72570 (Segmentation fault when binding parameters on a query without placeholders)
14 placeholders to not to duplicate the test. When more diffs come, a duplication would
121 …printf("Binding a variable to two placeholders and changing the variable value in between the bind…261 …printf("Binding a variable to two placeholders and changing the variable value in between the bind…317 Binding a variable to two placeholders and changing the variable value in between the binds...333 Binding a variable to two placeholders and changing the variable value in between the binds...
26 // placeholders in interesting places...
201 // and now, the same with anonymous placeholders...
200 // and now, the same with anonymous placeholders...
1876 11+ named placeholders). (Anatol)
Completed in 23 milliseconds