OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pite
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/lib/libprop/
prop_ingest.c
126
const prop_ingest_table_entry *
pite
;
local in function:prop_dictionary_ingest
131
for (
pite
= rules;
pite
->pite_key != NULL;
pite
++) {
132
ctx->pic_key =
pite
->pite_key;
133
obj = prop_dictionary_get(dict,
pite
->pite_key);
136
if (
pite
->pite_flags & PROP_INGEST_FLAG_OPTIONAL) {
137
if ((*
pite
->pite_handler)(ctx, NULL) == false) {
147
if (ctx->pic_type !=
pite
->pite_type &&
148
pite
->pite_type != PROP_TYPE_UNKNOWN)
[
all
...]
prop_ingest.c
126
const prop_ingest_table_entry *
pite
;
local in function:prop_dictionary_ingest
131
for (
pite
= rules;
pite
->pite_key != NULL;
pite
++) {
132
ctx->pic_key =
pite
->pite_key;
133
obj = prop_dictionary_get(dict,
pite
->pite_key);
136
if (
pite
->pite_flags & PROP_INGEST_FLAG_OPTIONAL) {
137
if ((*
pite
->pite_handler)(ctx, NULL) == false) {
147
if (ctx->pic_type !=
pite
->pite_type &&
148
pite
->pite_type != PROP_TYPE_UNKNOWN)
[
all
...]
Completed in 45 milliseconds
Indexes created Mon Sep 29 03:10:08 GMT 2025