nullable          296 ext/odbc/php_odbc.c 	ZEND_ARG_INFO(0, nullable)
nullable         1267 ext/odbc/php_odbc.c 													&result->param_info[i].scale, &result->param_info[i].nullable);
nullable         3713 ext/odbc/php_odbc.c 	SQLUSMALLINT type, scope, nullable;
nullable         3723 ext/odbc/php_odbc.c 	nullable = (SQLUSMALLINT) vnullable;
nullable         3750 ext/odbc/php_odbc.c 			nullable);
nullable          239 ext/odbc/php_odbc_includes.h 	SQLSMALLINT nullable;
nullable          287 ext/pdo_odbc/odbc_stmt.c 	SWORD sqltype = 0, ctype = 0, scale = 0, nullable = 0;
nullable          323 ext/pdo_odbc/odbc_stmt.c 				rc = SQLDescribeParam(S->stmt, (SQLUSMALLINT) param->paramno+1, &sqltype, &precision, &scale, &nullable);
nullable          332 ext/pdo_odbc/odbc_stmt.c 					nullable = 1;