Searched refs:ppname (Results 1 – 1 of 1) sorted by relevance
404 char *c, *new_sql, in_quote, in_param, pname[64], *ppname; in firebird_alloc_prepare_stmt() local439 ppname = pname; in firebird_alloc_prepare_stmt()440 *ppname++ = sql[l]; in firebird_alloc_prepare_stmt()451 *ppname++ = sql[l]; in firebird_alloc_prepare_stmt()454 *ppname++ = 0; in firebird_alloc_prepare_stmt()458 zend_hash_str_update(named_params, pname, (unsigned int)(ppname - pname - 1), &tmp); in firebird_alloc_prepare_stmt()
Completed in 7 milliseconds