Lines Matching refs:pg_delimiter
3296 zend_string *pg_delimiter = NULL; in PHP_FUNCTION() local
3310 Z_PARAM_STR(pg_delimiter) in PHP_FUNCTION()
3318 if (!pg_delimiter) { in PHP_FUNCTION()
3319 pg_delimiter = ZSTR_CHAR('\t'); in PHP_FUNCTION()
3320 } else if (ZSTR_LEN(pg_delimiter) != 1) { 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()
3418 zend_string *pg_delimiter = NULL; in PHP_FUNCTION() local
3432 Z_PARAM_STR(pg_delimiter) in PHP_FUNCTION()
3440 if (!pg_delimiter) { in PHP_FUNCTION()
3441 pg_delimiter = ZSTR_CHAR('\t'); in PHP_FUNCTION()
3442 } else if (ZSTR_LEN(pg_delimiter) != 1) { 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()