Home
last modified time | relevance | path

Searched refs:idxbuf (Results 1 – 2 of 2) sorted by relevance

/PHP-5.6/ext/pdo/
H A Dpdo_sql_parser.c621 char *name, *idxbuf; in pdo_parse_params() local
639 spprintf(&idxbuf, 0, tmpl, bind_no++); in pdo_parse_params()
641 idxbuf = estrdup(p); in pdo_parse_params()
645 plc->quoted = idxbuf; in pdo_parse_params()
652 zend_hash_update(stmt->bound_param_map, name, plc->len + 1, idxbuf, plc->qlen + 1, NULL); in pdo_parse_params()
656 zend_hash_index_update(stmt->bound_param_map, plc->bindno, idxbuf, plc->qlen + 1, NULL); in pdo_parse_params()
H A Dpdo_sql_parser.re307 char *name, *idxbuf;
325 spprintf(&idxbuf, 0, tmpl, bind_no++);
327 idxbuf = estrdup(p);
331 plc->quoted = idxbuf;
338 zend_hash_update(stmt->bound_param_map, name, plc->len + 1, idxbuf, plc->qlen + 1, NULL);
342 zend_hash_index_update(stmt->bound_param_map, plc->bindno, idxbuf, plc->qlen + 1, NULL);

Completed in 7 milliseconds