Lines Matching refs:qlen
75 size_t qlen; /* quoted length of value */
131 plc->qlen = 1;
247 … if (!stmt->dbh->methods->quoter(stmt->dbh, ZSTR_VAL(buf), ZSTR_LEN(buf), &plc->quoted, &plc->qlen,
278 plc->qlen = sizeof("1")-1;
285 plc->qlen = ZSTR_LEN(buf);
292 plc->qlen = sizeof("NULL")-1;
300 ZSTR_LEN(buf), &plc->quoted, &plc->qlen,
325 plc->qlen = Z_STRLEN_P(parameter);
327 newbuffer_len += plc->qlen;
346 memcpy(newbuffer, plc->quoted, plc->qlen);
347 newbuffer += plc->qlen;
400 plc->qlen = strlen(plc->quoted);
402 newbuffer_len += plc->qlen;
406 zend_hash_str_update_mem(stmt->bound_param_map, name, plc->len, idxbuf, plc->qlen + 1);
410 zend_hash_index_update_mem(stmt->bound_param_map, plc->bindno, idxbuf, plc->qlen + 1);
433 plc->qlen = 1;