MCPcopy Create free account
hub / github.com/OpenPrinting/cups / next

Method next

ppdc/ppdc-array.cxx:117–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115//
116
117ppdcShared *
118ppdcArray::next()
119{
120 if (current >= count)
121 return (0);
122 else
123 return (data[current ++]);
124}
125
126
127//

Callers 15

cat_drvFunction · 0.80
load_drvFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
find_driverMethod · 0.80
find_includeMethod · 0.80
find_poMethod · 0.80
find_sizeMethod · 0.80
find_variableMethod · 0.80
get_duplexMethod · 0.80
write_fileMethod · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64