Searched refs:qlen (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/pdo/ |
| H A D | pdo_dbh.c | 1167 int qlen; local 1180 if (dbh->methods->quoter(dbh, str, str_len, &qstr, &qlen, paramtype TSRMLS_CC)) { 1181 RETURN_STRINGL(qstr, qlen, 0);
|
| H A D | pdo_sql_parser.re | 73 int qlen; /* quoted length of value */ 211 if (!stmt->dbh->methods->quoter(stmt->dbh, buf, len, &plc->quoted, &plc->qlen, 234 plc->qlen = sizeof("NULL")-1; 244 plc->qlen = Z_STRLEN_P(param->parameter); 252 Z_STRLEN_P(param->parameter), &plc->quoted, &plc->qlen, 264 plc->qlen = Z_STRLEN_P(param->parameter); 266 newbuffer_len += plc->qlen; 284 memcpy(newbuffer, plc->quoted, plc->qlen); 285 newbuffer += plc->qlen; 329 plc->qlen [all...] |
| /PHP_TRUNK/ext/mysqlnd/ |
| H A D | mysqlnd.h | 232 #define mysqlnd_stmt_prepare(stmt, q, qlen) (stmt)->m->prepare((stmt), (q), (qlen) TSRMLS_CC)
|
Completed in 6 milliseconds