Home
last modified time | relevance | path

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

/php-src/ext/pdo_firebird/
H A Dfirebird_driver.c297 static int php_firebird_preprocess(const zend_string* sql, char* sql_out, HashTable* named_params) in php_firebird_preprocess() argument
369 strcpy(sql_out, ZSTR_VAL(sql)); in php_firebird_preprocess()
373 strncat(sql_out, start, p - start); in php_firebird_preprocess()
402 strcat(sql_out, "?"); in php_firebird_preprocess()
412 strncat(sql_out, start, p - start); in php_firebird_preprocess()
431 strncat(sql_out, start, end - start); in php_firebird_preprocess()
442 strncat(sql_out, start, p - start); in php_firebird_preprocess()

Completed in 25 milliseconds