Home
last modified time | relevance | path

Searched refs:sql_mask (Results 1 – 8 of 8) sorted by path

/dports/databases/adabase/AdaBase-3.1/src/statements/
H A Dadabase-statement-base.adb56 sql_mask : String := CT.redact_quotes (sql); variable
101 alias : String (1 .. len) := sql_mask (start + 1 .. final);
113 case sql_mask (arrow) is
117 with adjacent_error & sql_mask (start .. arrow);
124 with adjacent_error & sql_mask (start .. arrow);
130 case sql_mask (arrow) is
142 if scanning and then arrow = sql_mask'Length then
146 exit when arrow = sql_mask'Length;
/dports/editors/fxite/fxite-FXITE-0_92/src/languages/
H A Dsql.h43 static const char* sql_mask = "*.sql"; variable
54 (char*)sql_mask,
/dports/multimedia/motion/motion-release-4.3.2/doc/
H A DCHANGELOG701 * Fixed sql_mask not initialised correctly (Angel Carpintero)
1398 * The setting of sql_mask is now only done once per second to save CPU power
2076 * Kenneth Lavrsen changed the enhanced SQL config from single sql_mask
H A DCODE_STANDARD54 cnt->sql_mask = cnt->conf.sql_log_image * (FTYPE_IMAGE + FTYPE_IMAGE_MOTION) +
H A DCREDITS302 * Fixed sql_mask not initialised correctly
722 * Kenneth Lavrsen changed the enhanced SQL config from single sql_mask
804 * The setting of sql_mask is now only done once per second to save CPU power.
/dports/multimedia/motion/motion-release-4.3.2/src/
H A Devent.c312 if (!(cnt->conf.database_type) || (sqltype & cnt->sql_mask) == 0) in event_sqlnewfile()
336 if (!(cnt->conf.database_type) || (sqltype & cnt->sql_mask) == 0) in event_sqlfileclose()
H A Dmotion.c1154 cnt->sql_mask = cnt->conf.sql_log_picture * (FTYPE_IMAGE + FTYPE_IMAGE_MOTION) + in dbse_init()
1196 cnt->sql_mask = cnt->conf.sql_log_picture * (FTYPE_IMAGE + FTYPE_IMAGE_MOTION) + in dbse_sqlmask_update()
H A Dmotion.h458 int sql_mask; member