Searched refs:placeholders (Results 1 – 14 of 14) sorted by relevance
409 struct placeholder *placeholders = NULL, *placetail = NULL, *plc = NULL; in pdo_parse_params() local438 placeholders = plc; in pdo_parse_params()485 for (plc = placeholders; plc; plc = plc->next) { in pdo_parse_params()507 for (plc = placeholders; plc; plc = plc->next) { in pdo_parse_params()611 plc = placeholders; in pdo_parse_params()651 for (plc = placeholders; plc; plc = plc->next) { in pdo_parse_params()692 for (plc = placeholders; plc; plc = plc->next) { in pdo_parse_params()706 while (placeholders) { in pdo_parse_params()707 plc = placeholders; in pdo_parse_params()708 placeholders = plc->next; in pdo_parse_params()
124 placeholders = plc;160 /* Do we have placeholders but no bound params */171 for (plc = placeholders; plc; plc = plc->next) {193 for (plc = placeholders; plc; plc = plc->next) {297 plc = placeholders;337 for (plc = placeholders; plc; plc = plc->next) {378 for (plc = placeholders; plc; plc = plc->next) {392 while (placeholders) {393 plc = placeholders;394 placeholders = plc->next;[all …]
23 // Comment without quotes or placeholders86 SELECT -- What about placeholders :bar
35 // Insert using question mark placeholders
40 // 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)
15 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...
1425 without placeholders). (Matteo)
475 7. The macros whose names start with RAWUCHAR are placeholders for a future
Completed in 55 milliseconds