Searched refs:create_cfurl_from_cstring (Results 1 – 3 of 3) sorted by relevance
34 +static CFURLRef create_cfurl_from_cstring(const char* filePath){60 + CFURLRef database = create_cfurl_from_cstring(pPager->zFilename);62 + CFURLRef journal = create_cfurl_from_cstring(pPager->zJournal);
5100 static CFURLRef create_cfurl_from_cstring(const char* filePath){ in create_cfurl_from_cstring() function5177 CFURLRef database = create_cfurl_from_cstring(pPager->zFilename); in pager_open_journal()5179 CFURLRef journal = create_cfurl_from_cstring(pPager->zJournal); in pager_open_journal()
41530 static CFURLRef create_cfurl_from_cstring(const char* filePath){41607 CFURLRef database = create_cfurl_from_cstring(pPager->zFilename);41609 CFURLRef journal = create_cfurl_from_cstring(pPager->zJournal);