Home | History | Annotate | Download | only in src

Lines Matching full:max_entries

2397     int32 max_entries;
2400 aCmd.PVMFOMXBaseDecNodeCommand::Parse(keylistptr, starting_index, max_entries, query_key);
2409 if ((starting_index > (iAvailableMetadataKeys.size() - 1)) || max_entries == 0)
2461 if (max_entries > 0 && num_added >= max_entries)
2476 int32 max_entries;
2478 aCmd.PVMFOMXBaseDecNodeCommand::Parse(keylistptr, valuelistptr, starting_index, max_entries);
2488 if (starting_index > (numkeys - 1) || numkeys <= 0 || max_entries == 0)
2785 if (max_entries > 0 && numentriesadded >= max_entries)