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

Method first

ppdc/ppdc-array.cxx:101–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99//
100
101ppdcShared *
102ppdcArray::first()
103{
104 current = 0;
105
106 if (current >= count)
107 return (0);
108 else
109 return (data[current ++]);
110}
111
112
113//

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