OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:no_cookie
(Results
1 - 8
of
8
) sorted by null
/external/oprofile/daemon/
opd_cookie.h
17
#define
NO_COOKIE
0LLU
opd_ibs_trans.c
566
static cookie_t old_cookie =
NO_COOKIE
;
567
static cookie_t old_app_cookie =
NO_COOKIE
;
580
|| old_app_cookie ==
NO_COOKIE
588
old_cookie =
NO_COOKIE
;
591
|| old_cookie ==
NO_COOKIE
606
static cookie_t old_cookie =
NO_COOKIE
;
607
static cookie_t old_app_cookie =
NO_COOKIE
;
617
|| old_app_cookie ==
NO_COOKIE
625
old_cookie =
NO_COOKIE
;
628
|| old_cookie ==
NO_COOKIE
[
all
...]
opd_cookie.c
139
if (cookie == INVALID_COOKIE || cookie ==
NO_COOKIE
)
162
if (cookie == INVALID_COOKIE || cookie ==
NO_COOKIE
)
187
if (cookie ==
NO_COOKIE
)
opd_sfile.c
64
if (trans->cookie !=
NO_COOKIE
) {
197
if (separate_thread || trans->cookie ==
NO_COOKIE
)
250
} else if (trans->cookie ==
NO_COOKIE
&& !trans->anon) {
opd_trans.c
105
if (!trans->in_kernel && trans->cookie ==
NO_COOKIE
)
opd_ibs.c
145
if (!trans->in_kernel && trans->cookie ==
NO_COOKIE
)
/external/chromium/chrome/browser/ui/gtk/
gtk_chrome_cookie_view.cc
210
std::string
no_cookie
=
local
213
no_cookie
.c_str());
215
no_cookie
.c_str());
217
no_cookie
.c_str());
219
no_cookie
.c_str());
221
no_cookie
.c_str());
224
no_cookie
.c_str());
231
gtk_list_store_set(store, &iter, 0,
no_cookie
.c_str(), -1);
237
no_cookie
.c_str());
/external/oprofile/
ChangeLog-2005
565
* daemon/opd_stats.c: handle
NO_COOKIE
(drop on the floor)
Completed in 574 milliseconds