Lines Matching defs:file
3 * contributor license agreements. See the NOTICE file distributed with
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
64 /* name of base file to load in the vm */
65 const char *file;
79 * the file part of this structure is ignored for loading purposes, but
125 * Obtain a lua_State which has loaded file and is associated with lifecycle_pool
131 * @file file to be opened, also used as a key for uniquing lua_States
132 * @cb callback for vm initialization called *before* the file is opened