Lines Matching refs:pg_null_as
3297 char *pg_null_as = NULL; in PHP_FUNCTION() local
3311 Z_PARAM_STRING(pg_null_as, pg_null_as_len) in PHP_FUNCTION()
3324 if (!pg_null_as) { in PHP_FUNCTION()
3325 pg_null_as = estrdup("\\\\N"); in PHP_FUNCTION()
3329 … STDOUT DELIMITER E'%c' NULL AS E'%s'", ZSTR_VAL(table_name), *ZSTR_VAL(pg_delimiter), pg_null_as); in PHP_FUNCTION()
3336 efree(pg_null_as); in PHP_FUNCTION()
3419 char *pg_null_as = NULL; in PHP_FUNCTION() local
3433 Z_PARAM_STRING(pg_null_as, pg_null_as_len) in PHP_FUNCTION()
3446 if (!pg_null_as) { in PHP_FUNCTION()
3447 pg_null_as = estrdup("\\\\N"); in PHP_FUNCTION()
3451 …M STDIN DELIMITER E'%c' NULL AS E'%s'", ZSTR_VAL(table_name), *ZSTR_VAL(pg_delimiter), pg_null_as); in PHP_FUNCTION()
3458 efree(pg_null_as); in PHP_FUNCTION()