Searched refs:ppname (Results 1 – 1 of 1) sorted by relevance
398 char *c, *new_sql, in_quote, in_param, pname[64], *ppname; in firebird_alloc_prepare_stmt() local433 ppname = pname; in firebird_alloc_prepare_stmt()434 *ppname++ = sql[l]; in firebird_alloc_prepare_stmt()445 *ppname++ = sql[l]; in firebird_alloc_prepare_stmt()448 *ppname++ = 0; in firebird_alloc_prepare_stmt()450 zend_hash_update(named_params, pname, (unsigned int)(ppname-pname), in firebird_alloc_prepare_stmt()
Completed in 5 milliseconds