OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:irec
(Results
1 - 6
of
6
) sorted by null
/external/dnsmasq/src/
network.c
118
static int iface_allowed(struct
irec
**irecp, int if_index,
121
struct
irec
*iface;
191
if ((iface = whine_malloc(sizeof(struct
irec
))))
224
return iface_allowed((struct
irec
**)vparam, if_index, &addr, netmask);
242
return iface_allowed((struct
irec
**)vparam, if_index, &addr, netmask);
391
* for a single given
irec
(interface name and address) create
402
void create_bound_listener(struct listener **listeners, struct
irec
*iface)
482
* If a listener has a struct
irec
pointer whose address matches the newly
483
* malloc()d struct
irec
's address, update its pointer to refer to this new
484
* struct
irec
instance
[
all
...]
dnsmasq.h
343
struct
irec
{
struct
347
struct
irec
*next;
352
struct
irec
*iface; /* only valid for non-wildcard */
655
struct
irec
*interfaces;
dnsmasq.c
1134
struct
irec
*iface = NULL;
[
all
...]
/external/wpa_supplicant_8/src/eap_server/
tncs.c
711
TNC_IMV_Action_Recommendation
irec
;
local
712
irec
= tncs->imv_data[imv->imvID].recommendation;
713
if (
irec
== TNC_IMV_ACTION_RECOMMENDATION_NO_ACCESS)
715
if (
irec
== TNC_IMV_ACTION_RECOMMENDATION_ISOLATE &&
718
if (
irec
== TNC_IMV_ACTION_RECOMMENDATION_ALLOW &&
/external/chromium_org/third_party/sqlite/src/src/
insert.c
287
int
iRec
;
290
iRec
= sqlite3GetTempReg(pParse);
295
j3 = sqlite3VdbeAddOp3(v, OP_Column, 0, 0,
iRec
);
296
j4 = sqlite3VdbeAddOp3(v, OP_Eq, memId-1, 0,
iRec
);
305
sqlite3VdbeAddOp3(v, OP_MakeRecord, memId-1, 2,
iRec
);
306
sqlite3VdbeAddOp3(v, OP_Insert, 0,
iRec
, memId+1);
309
sqlite3ReleaseTempReg(pParse,
iRec
);
[
all
...]
/external/chromium_org/third_party/libaddressinput/src/testdata/
countryinfo.txt
[
all
...]
Completed in 360 milliseconds