Searched refs:stackbuf (Results 1 – 25 of 29) sorted by relevance
12
24 void scratchbuf_init(struct scratchbuf *buf, char *stackbuf, size_t size) in scratchbuf_init() argument26 buf->bytes = stackbuf; in scratchbuf_init()
17 void scratchbuf_init(struct scratchbuf *buf, char *stackbuf, size_t size);
74 char stackbuf[1000]; in init() local75 char *volatile p = stackbuf; in init()
197 // 1) Use the stack based array provided by stackbuf. If you do this, then you must respect the val…199 …tr MUST be a valid array (non-nil). This sample takes approach #1, using stackbuf to store results.200 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co…219 state->itemsPtr = stackbuf;225 stackbuf[cnt++] = ptrBuffer[state->state++];
226 // 1) Use the stack based array provided by stackbuf. If you do this, then you must respect the val…228 …tr MUST be a valid array (non-nil). This sample takes approach #1, using stackbuf to store results.229 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co…247 state->itemsPtr = stackbuf;253 stackbuf[cnt++] = ptrBuffer[state->state++];
34 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co…
13 …untByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger…
21 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co…
37 - (unsigned long)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf…
35 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co…
24 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co…
42 - (unsigned long)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf…
25 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co…
20 …untByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger…
32 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co…
19 …untByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger…
56 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co…
40 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co…
66 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co…
104 …untByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger…
112 …untByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger…
137 …untByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger…
67 …untByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger…
256 char stackbuf[256]; in ossl_keylog_callback() local260 if(linelen <= sizeof(stackbuf) - 2) in ossl_keylog_callback()261 buf = stackbuf; in ossl_keylog_callback()272 if(buf != stackbuf) in ossl_keylog_callback()