Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
117
ppdcShared *
118
ppdcArray::next()
119
{
120
if (current >= count)
121
return (0);
122
else
123
return (data[current ++]);
124
}
125
126
127
//
Callers
15
cat_drv
Function · 0.80
load_drv
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
find_driver
Method · 0.80
find_include
Method · 0.80
find_po
Method · 0.80
find_size
Method · 0.80
find_variable
Method · 0.80
get_duplex
Method · 0.80
write_file
Method · 0.80
Calls
no outgoing calls
Tested by
1
main
Function · 0.64