OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pCounter
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
test_func.c
244
int *
pCounter
= (int*)sqlite3_get_auxdata(pCtx, 0);
245
if(
pCounter
==0 ){
246
pCounter
= sqlite3_malloc( sizeof(*
pCounter
) );
247
if(
pCounter
==0 ){
251
*
pCounter
= sqlite3_value_int(argv[0]);
252
sqlite3_set_auxdata(pCtx, 0,
pCounter
, sqlite3_free);
254
++*
pCounter
;
256
sqlite3_result_int(pCtx, *
pCounter
);
/external/icu/icu4c/source/i18n/
rematch.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
rematch.cpp
[
all
...]
Completed in 53 milliseconds