Lines Matching refs:AEE_ENOMEMORY
101 VERIFYC(NULL!= (tempFiles = malloc(sizeof(char) * (std_strlen(filenames) + 1))), AEE_ENOMEMORY); in parseLogConfig()
115 VERIFYC(NULL != (filesToLog = malloc(sizeof(_cstring1_t)*filesToLogLen)), AEE_ENOMEMORY); in parseLogConfig()
117 VERIFYC(NULL != (filesToLog[i].data = malloc(sizeof(char) * maxPathLen)), AEE_ENOMEMORY); in parseLogConfig()
177 VERIFYC(NULL != (path = malloc(sizeof(char) * len)), AEE_ENOMEMORY); in readLogConfigFromPath()
204 …VERIFYC(NULL != (buf = calloc(1, sizeof(byte) * (len + 1))), AEE_ENOMEMORY); // extra 1 byte for n… in readLogConfigFromPath()
205 VERIFYC(NULL != (filenames = malloc(sizeof(byte) * len)), AEE_ENOMEMORY); in readLogConfigFromPath()
360 …FYC(NULL != (log_config_watcher[dom].asidFileToWatch = malloc(sizeof(char) * len)), AEE_ENOMEMORY); in file_watcher_thread()
473 …VERIFYC(NULL != (log_config_watcher[dom].fileToWatch = malloc(sizeof(char) * len)), AEE_ENOMEMORY); in initFileWatcher()
477 …IFYC(NULL != (log_config_watcher[dom].pidFileToWatch = malloc(sizeof(char) * len)), AEE_ENOMEMORY); in initFileWatcher()
506 = malloc(sizeof(_cstring1_t) * log_config_watcher[dom].numPaths)), AEE_ENOMEMORY); in initFileWatcher()
508 = malloc(sizeof(int) * log_config_watcher[dom].numPaths)), AEE_ENOMEMORY); in initFileWatcher()
512 = malloc(sizeof(char) * maxPathLen)), AEE_ENOMEMORY); in initFileWatcher()