Searched refs:rescanInterval (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcdeprecate.h34 FcConfigSetRescanInverval (FcConfig *config, int rescanInterval);
H A Dfcinit.c240 * rescanInterval == 0 disables automatic up to date
242 if (config->rescanInterval == 0)
245 * Check no more often than rescanInterval seconds
248 if (config->rescanTime + config->rescanInterval - now > 0)
H A Dfccfg.c192 config->rescanInterval = 30;
866 ret = config->rescanInterval;
873 FcConfigSetRescanInterval (FcConfig *config, int rescanInterval) argument
878 config->rescanInterval = rescanInterval;
894 FcConfigSetRescanInverval (FcConfig *config, int rescanInterval) argument
896 return FcConfigSetRescanInterval (config, rescanInterval);
H A Dfcint.h570 * listing requests are made, but no more often than rescanInterval
574 int rescanInterval; /* interval between scans */ member in struct:_FcConfig
H A Dfcxml.c1472 parse->config->rescanInterval = v->u.integer;
/xsrc/external/mit/fontconfig/dist/fontconfig/
H A Dfontconfig.h450 FcConfigSetRescanInterval (FcConfig *config, int rescanInterval);
/xsrc/external/mit/fontconfig/include/
H A Dfcint.h587 * listing requests are made, but no more often than rescanInterval
591 int rescanInterval; /* interval between scans */ member in struct:_FcConfig

Completed in 15 milliseconds