Lines Matching refs:placeholders
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;
406 placeholders = plc->next;