Home
last modified time | relevance | path

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

/dports/net/libgweather/libgweather-40.0/libgweather/
H A Dgweather-timezone.c329 name = EMPTY_TO_NULL (db_i18n_get_str (db_timezone_get_name (ref))); in gweather_timezone_get_name()
330 msgctxt = EMPTY_TO_NULL (db_i18n_get_msgctxt (db_timezone_get_name (ref))); in gweather_timezone_get_name()
H A Dgweather-location.c358 english_name = EMPTY_TO_NULL (db_i18n_get_str (db_location_get_name (loc->ref))); in gweather_location_get_name()
359 msgctxt = EMPTY_TO_NULL (db_i18n_get_msgctxt (db_location_get_name (loc->ref))); in gweather_location_get_name()
422 return EMPTY_TO_NULL (db_i18n_get_str (db_location_get_name (loc->ref))); in gweather_location_get_english_name()
1079 country_code = EMPTY_TO_NULL (db_location_get_country_code (s->ref)); in gweather_location_get_country()
1238 return EMPTY_TO_NULL (db_location_get_metar_code (loc->ref)); in gweather_location_get_code()
1331 zone = g_strdup (EMPTY_TO_NULL (db_location_get_forecast_zone (l->ref))); in _gweather_location_update_weather_location()
1333 radar = g_strdup (EMPTY_TO_NULL (db_location_get_radar (l->ref))); in _gweather_location_update_weather_location()
H A Dgweather-private.h37 #define EMPTY_TO_NULL(s) ((s)[0] == '\0' ? NULL : (s)) macro
/dports/databases/php80-odbc/php-8.0.15/ext/odbc/
H A Dphp_odbc.c2948 #define EMPTY_TO_NULL(xstr) \ in PHP_FUNCTION() macro
2951 EMPTY_TO_NULL(pcat); in PHP_FUNCTION()
2952 EMPTY_TO_NULL(pschema); in PHP_FUNCTION()
2953 EMPTY_TO_NULL(ptable); in PHP_FUNCTION()
2954 EMPTY_TO_NULL(fcat); in PHP_FUNCTION()
2955 EMPTY_TO_NULL(fschema); in PHP_FUNCTION()
2956 EMPTY_TO_NULL(ftable); in PHP_FUNCTION()
/dports/databases/php81-odbc/php-8.1.1/ext/odbc/
H A Dphp_odbc.c2959 #define EMPTY_TO_NULL(xstr) \ in PHP_FUNCTION() macro
2962 EMPTY_TO_NULL(pcat); in PHP_FUNCTION()
2963 EMPTY_TO_NULL(pschema); in PHP_FUNCTION()
2964 EMPTY_TO_NULL(ptable); in PHP_FUNCTION()
2965 EMPTY_TO_NULL(fcat); in PHP_FUNCTION()
2966 EMPTY_TO_NULL(fschema); in PHP_FUNCTION()
2967 EMPTY_TO_NULL(ftable); in PHP_FUNCTION()
/dports/www/mod_php81/php-8.1.1/ext/odbc/
H A Dphp_odbc.c2959 #define EMPTY_TO_NULL(xstr) \ in PHP_FUNCTION() macro
2962 EMPTY_TO_NULL(pcat); in PHP_FUNCTION()
2963 EMPTY_TO_NULL(pschema); in PHP_FUNCTION()
2964 EMPTY_TO_NULL(ptable); in PHP_FUNCTION()
2965 EMPTY_TO_NULL(fcat); in PHP_FUNCTION()
2966 EMPTY_TO_NULL(fschema); in PHP_FUNCTION()
2967 EMPTY_TO_NULL(ftable); in PHP_FUNCTION()
/dports/lang/php81/php-8.1.1/ext/odbc/
H A Dphp_odbc.c2959 #define EMPTY_TO_NULL(xstr) \ in PHP_FUNCTION() macro
2962 EMPTY_TO_NULL(pcat); in PHP_FUNCTION()
2963 EMPTY_TO_NULL(pschema); in PHP_FUNCTION()
2964 EMPTY_TO_NULL(ptable); in PHP_FUNCTION()
2965 EMPTY_TO_NULL(fcat); in PHP_FUNCTION()
2966 EMPTY_TO_NULL(fschema); in PHP_FUNCTION()
2967 EMPTY_TO_NULL(ftable); in PHP_FUNCTION()
/dports/lang/php80/php-8.0.15/ext/odbc/
H A Dphp_odbc.c2948 #define EMPTY_TO_NULL(xstr) \ in PHP_FUNCTION() macro
2951 EMPTY_TO_NULL(pcat); in PHP_FUNCTION()
2952 EMPTY_TO_NULL(pschema); in PHP_FUNCTION()
2953 EMPTY_TO_NULL(ptable); in PHP_FUNCTION()
2954 EMPTY_TO_NULL(fcat); in PHP_FUNCTION()
2955 EMPTY_TO_NULL(fschema); in PHP_FUNCTION()
2956 EMPTY_TO_NULL(ftable); in PHP_FUNCTION()
/dports/www/mod_php80/php-8.0.15/ext/odbc/
H A Dphp_odbc.c2948 #define EMPTY_TO_NULL(xstr) \ in PHP_FUNCTION() macro
2951 EMPTY_TO_NULL(pcat); in PHP_FUNCTION()
2952 EMPTY_TO_NULL(pschema); in PHP_FUNCTION()
2953 EMPTY_TO_NULL(ptable); in PHP_FUNCTION()
2954 EMPTY_TO_NULL(fcat); in PHP_FUNCTION()
2955 EMPTY_TO_NULL(fschema); in PHP_FUNCTION()
2956 EMPTY_TO_NULL(ftable); in PHP_FUNCTION()
/dports/lang/php73/php-7.3.33/ext/odbc/
H A Dphp_odbc.c3355 #define EMPTY_TO_NULL(xstr) \ in PHP_FUNCTION() macro
3358 EMPTY_TO_NULL(pcat); in PHP_FUNCTION()
3359 EMPTY_TO_NULL(pschema); in PHP_FUNCTION()
3360 EMPTY_TO_NULL(ptable); in PHP_FUNCTION()
3361 EMPTY_TO_NULL(fcat); in PHP_FUNCTION()
3362 EMPTY_TO_NULL(fschema); in PHP_FUNCTION()
3363 EMPTY_TO_NULL(ftable); in PHP_FUNCTION()
/dports/databases/php73-odbc/php-7.3.33/ext/odbc/
H A Dphp_odbc.c3355 #define EMPTY_TO_NULL(xstr) \ in PHP_FUNCTION() macro
3358 EMPTY_TO_NULL(pcat); in PHP_FUNCTION()
3359 EMPTY_TO_NULL(pschema); in PHP_FUNCTION()
3360 EMPTY_TO_NULL(ptable); in PHP_FUNCTION()
3361 EMPTY_TO_NULL(fcat); in PHP_FUNCTION()
3362 EMPTY_TO_NULL(fschema); in PHP_FUNCTION()
3363 EMPTY_TO_NULL(ftable); in PHP_FUNCTION()
/dports/databases/php74-odbc/php-7.4.27/ext/odbc/
H A Dphp_odbc.c3389 #define EMPTY_TO_NULL(xstr) \ in PHP_FUNCTION() macro
3392 EMPTY_TO_NULL(pcat); in PHP_FUNCTION()
3393 EMPTY_TO_NULL(pschema); in PHP_FUNCTION()
3394 EMPTY_TO_NULL(ptable); in PHP_FUNCTION()
3395 EMPTY_TO_NULL(fcat); in PHP_FUNCTION()
3396 EMPTY_TO_NULL(fschema); in PHP_FUNCTION()
3397 EMPTY_TO_NULL(ftable); in PHP_FUNCTION()
/dports/lang/php74/php-7.4.27/ext/odbc/
H A Dphp_odbc.c3389 #define EMPTY_TO_NULL(xstr) \ in PHP_FUNCTION() macro
3392 EMPTY_TO_NULL(pcat); in PHP_FUNCTION()
3393 EMPTY_TO_NULL(pschema); in PHP_FUNCTION()
3394 EMPTY_TO_NULL(ptable); in PHP_FUNCTION()
3395 EMPTY_TO_NULL(fcat); in PHP_FUNCTION()
3396 EMPTY_TO_NULL(fschema); in PHP_FUNCTION()
3397 EMPTY_TO_NULL(ftable); in PHP_FUNCTION()
/dports/www/mod_php73/php-7.3.33/ext/odbc/
H A Dphp_odbc.c3355 #define EMPTY_TO_NULL(xstr) \ in PHP_FUNCTION() macro
3358 EMPTY_TO_NULL(pcat); in PHP_FUNCTION()
3359 EMPTY_TO_NULL(pschema); in PHP_FUNCTION()
3360 EMPTY_TO_NULL(ptable); in PHP_FUNCTION()
3361 EMPTY_TO_NULL(fcat); in PHP_FUNCTION()
3362 EMPTY_TO_NULL(fschema); in PHP_FUNCTION()
3363 EMPTY_TO_NULL(ftable); in PHP_FUNCTION()
/dports/www/mod_php74/php-7.4.27/ext/odbc/
H A Dphp_odbc.c3389 #define EMPTY_TO_NULL(xstr) \ in PHP_FUNCTION() macro
3392 EMPTY_TO_NULL(pcat); in PHP_FUNCTION()
3393 EMPTY_TO_NULL(pschema); in PHP_FUNCTION()
3394 EMPTY_TO_NULL(ptable); in PHP_FUNCTION()
3395 EMPTY_TO_NULL(fcat); in PHP_FUNCTION()
3396 EMPTY_TO_NULL(fschema); in PHP_FUNCTION()
3397 EMPTY_TO_NULL(ftable); in PHP_FUNCTION()