Home
last modified time | relevance | path

Searched refs:buffer_copy_long (Results 1 – 7 of 7) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dbuffer.h56 int buffer_copy_long(buffer *b, long val);
70 #define buffer_copy_off_t(x, y) buffer_copy_long(x, y)
H A Darray.c188 buffer_copy_long(str->key, a->unique_ndx++); in array_insert_unique()
H A Dmod_ssi.c446 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 Dconfigparser.y549 buffer_copy_long(A, ((data_integer *)B)->value); in stringop()
H A Dbuffer.c330 int buffer_copy_long(buffer *b, long val) { in buffer_copy_long() function
H A Dconfigparser.c1361 buffer_copy_long(yygotominor.yy43, ((data_integer *)yymsp[0].minor.yy41)->value); in yy_reduce()
H A Dserver.c1705 buffer_copy_long(srv->tmp_buf, getpid()); in main()