Data Fields | |
| PP_Instance | instance |
| PP_Resource | url_loader |
| VALUE | self |
| void * | async_call_args |
| union { | |
| int32_t as_int | |
| const char * as_str | |
| VALUE as_value | |
| } | async_call_result |
| char | buf [1000] |
| pthread_t | th |
| pthread_mutex_t | mutex |
| pthread_cond_t | cond |
Definition at line 82 of file pepper_main.c.
| int32_t PepperInstance::as_int |
Definition at line 88 of file pepper_main.c.
| const char* PepperInstance::as_str |
Definition at line 89 of file pepper_main.c.
| VALUE PepperInstance::as_value |
Definition at line 86 of file pepper_main.c.
| union { ... } PepperInstance::async_call_result |
Referenced by inst_mark().
| char PepperInstance::buf[1000] |
Definition at line 92 of file pepper_main.c.
| pthread_cond_t PepperInstance::cond |
| PP_Instance PepperInstance::instance |
Definition at line 83 of file pepper_main.c.
Referenced by init_libraries(), init_libraries_if_necessary(), load_file_internal(), load_file_read_contents(), load_file_read_contents_callback(), load_ok_internal(), pruby_async_return_int(), pruby_async_return_str(), pruby_async_return_value(), pruby_eval(), pruby_file_fetch_check_response(), pruby_post_cstr(), pruby_post_value(), pruby_register_instance(), rb_file_load_ok(), and rb_load_file().
| pthread_mutex_t PepperInstance::mutex |
| VALUE PepperInstance::self |
| pthread_t PepperInstance::th |
Definition at line 94 of file pepper_main.c.
| PP_Resource PepperInstance::url_loader |
Definition at line 84 of file pepper_main.c.
Referenced by Instance_DidDestroy(), and pruby_register_instance().
1.4.7