Searched refs:buffer_copy_long (Results 1 – 7 of 7) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | buffer.h | 56 int buffer_copy_long(buffer *b, long val); 70 #define buffer_copy_off_t(x, y) buffer_copy_long(x, y)
|
| H A D | array.c | 188 buffer_copy_long(str->key, a->unique_ndx++); in array_insert_unique()
|
| H A D | mod_ssi.c | 446 buffer_copy_long(b, sce->st.st_uid); in process_ssi_stmt() 451 buffer_copy_long(b, sce->st.st_uid); in process_ssi_stmt()
|
| H A D | configparser.y | 549 buffer_copy_long(A, ((data_integer *)B)->value); in stringop()
|
| H A D | buffer.c | 330 int buffer_copy_long(buffer *b, long val) { in buffer_copy_long() function
|
| H A D | configparser.c | 1361 buffer_copy_long(yygotominor.yy43, ((data_integer *)yymsp[0].minor.yy41)->value); in yy_reduce()
|
| H A D | server.c | 1705 buffer_copy_long(srv->tmp_buf, getpid()); in main()
|