Lines Matching refs:indicates

702 A handle indicates a persistent object, which is usually mounted to the corresponding **handle_queu…
704 A request indicates a temporary request. A request triggers only one callback.
1197 * @param loop indicates the pointer to the event loop.
1198 * @param req indicates the pointer to the request.
1199 * @param buf indicates the buffer for storing the random number.
1200 * @param buflen indicates the length of the buffer.
1202 * @param cb indicates the callback used to return the random number generated.
1225 * @param loop indicates the pointer to the event loop.
1226 * @param req indicates the pointer to the work request.
1227 * @param work_cb indicates the callback to be executed on a new thread.
1228 * @param after_work_cb indicates the callback to be invoked on the event loop thread.
1246 * @param loop indicates the pointer to the event loop.
1247 * @param req indicates the pointer to the file operation request.
1248 * @param file indicates the file descriptor.
1249 * @param bufs indicates an array of buffers for storing the data read.
1250 * @param nbufs indicates the number of buffers.
1251 * @param off indicates the offset in the file from which data is read.
1252 * @param cb indicates the callback to be invoked when the read operation is complete.
1265 * @param loop indicates the pointer to the event loop.
1266 * @param req indicates the pointer to the file operation request.
1267 * * @param path indicates the pointer to the path of the file to open.
1268 * @param flags indicates the modes for opening the file.
1269 * * @param mode indicates the permission on the file.
1270 * @param cb indicates the callback to be invoked when the file is opened.
1284 * @param loop indicates the pointer to the event loop.
1285 * @param req indicates the pointer to the file operation request.
1286 * @param out_fd indicates the file descriptor of the destination file.
1287 * @param in_fd indicates the file descriptor of the source file.
1288 * @param off indicates the offset in the source file from which data is sent.
1289 * @param len indicates the length of the data to be sent.
1290 * @param cb indicates the callback to be invoked when the data is sent.
1305 * @param loop indicates the pointer to the event loop.
1306 * @param req indicates the pointer to the file operation request.
1307 * @param file indicates the file descriptor.
1308 * * @param data indicates an array of buffers for storing the data to be written.
1309 * @param nbufs indicates the number of buffers.
1310 * @param off indicates the offset in the file from which data is written.
1311 * @param cb indicates the callback to be invoked when the read operation is complete.
1326 * @param loop indicates the pointer to the event loop.
1327 * @param req indicates the pointer to the file operation request.
1328 * @param path indicates the pointer to the path of the file to copy.
1329 * @param new_path indicates the pointer to the destination path.
1330 * @param flags indicates the options for the copy operation.
1331 * @param cb indicates the callback to be invoked when the copy operation is complete.
1351 * @param loop indicates the pointer to the event loop.
1352 * @param req indicates the pointer to the request for obtaining address information.
1353 * @param cb indicates the callback to be invoked when the address information is obtained.
1354 * @param hostname indicates the pointer to the host name to resolve.
1355 * @param service indicates the pointer to the service name.
1356 * @param hints indicates the pointer to the address information with additional address type constr…
1376 * @param loop indicates the pointer to the event loop.
1377 * @param req indicates the pointer to the request.
1378 * @param cb indicates the callback to be invoked when the name information is obtained.
1379 * @param addr indicates the pointer to the address information to resolve.
1380 * @param flags indicates the flags for controlling the behavior of the lookup.