Home
last modified time | relevance | path

Searched refs:onload (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dmodule.c5142 int (*onload)(void *, void **, int); in moduleLoad() local
5151 onload = (int (*)(void *, void **, int))(unsigned long) dlsym(handle,"RedisModule_OnLoad"); in moduleLoad()
5152 if (onload == NULL) { in moduleLoad()
5159 if (onload((void*)&ctx,module_argv,module_argc) == REDISMODULE_ERR) { in moduleLoad()
/f-stack/tools/libxo/xohtml/external/
H A Djquery.js8017 script.onload = script.onreadystatechange = function( _, isAbort ) {
8022 script.onload = script.onreadystatechange = null;
8045 script.onload( 0, 1 );