pg               47463 ext/sqlite3/libsqlite/sqlite3.c     Pgno pg = pg1+ii;
pg               47465 ext/sqlite3/libsqlite/sqlite3.c     if( pg==pPg->pgno || !sqlite3BitvecTest(pPager->pInJournal, pg) ){
pg               47466 ext/sqlite3/libsqlite/sqlite3.c       if( pg!=PAGER_MJ_PGNO(pPager) ){
pg               47467 ext/sqlite3/libsqlite/sqlite3.c         rc = sqlite3PagerGet(pPager, pg, &pPage);
pg               47476 ext/sqlite3/libsqlite/sqlite3.c     }else if( (pPage = sqlite3PagerLookup(pPager, pg))!=0 ){
pg                 79 sapi/phpdbg/phpdbg.c static inline void php_phpdbg_globals_ctor(zend_phpdbg_globals *pg) /* {{{ */
pg                 81 sapi/phpdbg/phpdbg.c 	pg->prompt[0] = NULL;
pg                 82 sapi/phpdbg/phpdbg.c 	pg->prompt[1] = NULL;
pg                 84 sapi/phpdbg/phpdbg.c 	pg->colors[0] = NULL;
pg                 85 sapi/phpdbg/phpdbg.c 	pg->colors[1] = NULL;
pg                 86 sapi/phpdbg/phpdbg.c 	pg->colors[2] = NULL;
pg                 88 sapi/phpdbg/phpdbg.c 	pg->lines = phpdbg_get_terminal_height();
pg                 89 sapi/phpdbg/phpdbg.c 	pg->exec = NULL;
pg                 90 sapi/phpdbg/phpdbg.c 	pg->exec_len = 0;
pg                 91 sapi/phpdbg/phpdbg.c 	pg->buffer = NULL;
pg                 92 sapi/phpdbg/phpdbg.c 	pg->last_was_newline = 1;
pg                 93 sapi/phpdbg/phpdbg.c 	pg->ops = NULL;
pg                 94 sapi/phpdbg/phpdbg.c 	pg->vmret = 0;
pg                 95 sapi/phpdbg/phpdbg.c 	pg->in_execution = 0;
pg                 96 sapi/phpdbg/phpdbg.c 	pg->bp_count = 0;
pg                 97 sapi/phpdbg/phpdbg.c 	pg->flags = PHPDBG_DEFAULT_FLAGS;
pg                 98 sapi/phpdbg/phpdbg.c 	pg->oplog = NULL;
pg                 99 sapi/phpdbg/phpdbg.c 	memset(pg->io, 0, sizeof(pg->io));
pg                100 sapi/phpdbg/phpdbg.c 	pg->frame.num = 0;
pg                101 sapi/phpdbg/phpdbg.c 	pg->sapi_name_ptr = NULL;
pg                102 sapi/phpdbg/phpdbg.c 	pg->socket_fd = -1;
pg                103 sapi/phpdbg/phpdbg.c 	pg->socket_server_fd = -1;
pg                104 sapi/phpdbg/phpdbg.c 	pg->unclean_eval = 0;
pg                106 sapi/phpdbg/phpdbg.c 	pg->req_id = 0;
pg                107 sapi/phpdbg/phpdbg.c 	pg->err_buf.active = 0;
pg                108 sapi/phpdbg/phpdbg.c 	pg->err_buf.type = 0;
pg                110 sapi/phpdbg/phpdbg.c 	pg->input_buflen = 0;
pg                111 sapi/phpdbg/phpdbg.c 	pg->sigsafe_mem.mem = NULL;
pg                112 sapi/phpdbg/phpdbg.c 	pg->sigsegv_bailout = NULL;
pg                114 sapi/phpdbg/phpdbg.c 	pg->oplog_list = NULL;
pg                117 sapi/phpdbg/phpdbg.c 	pg->sigio_watcher_thread = INVALID_HANDLE_VALUE;
pg                118 sapi/phpdbg/phpdbg.c 	memset(&pg->swd, 0, sizeof(struct win32_sigio_watcher_data));
pg                121 sapi/phpdbg/phpdbg.c 	pg->eol = PHPDBG_EOL_LF;
pg                 30 sapi/phpdbg/phpdbg_rinit_hook.c static inline void php_phpdbg_webhelper_globals_ctor(zend_phpdbg_webhelper_globals *pg) /* {{{ */