Searched refs:cmd_size (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A Dmacho_util.c274 uint32_t cmd_size = CondSwapInt32(swap, lc_cmd->cmdsize); local
276 if ((cmd_size != sizeof(struct symtab_command)) ||
351 uint32_t cmd_size = CondSwapInt32(swap, lc_cmd->cmdsize); local
353 if ((cmd_size != sizeof(struct dysymtab_command)) ||
488 uint32_t cmd_size; local
494 cmd_size = CondSwapInt32(swap, seg_cmd->cmdsize);
498 if (cmd_size != (sizeof(*seg_cmd) + sects_size)) {
503 if (((void *)lc_cmd + cmd_size) > file_end) {
524 uint32_t cmd_size; local
530 cmd_size
671 uint32_t cmd_size; local
[all...]
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dsecurity.c287 size_t cmd_size = 0; local
307 &cmd_buffer, &cmd_size);
312 if(cmd_size > 0) {
320 socket_write(conn, fd, cmd_buffer, cmd_size);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/build/
H A Daplibtool.c635 int cmd_size = 0; local
650 cmd_size += strlen(cmd_data->obj_files[a]) + 1;
653 cmd_size += strlen(GEN_EXPORTS) + strlen(def_file) + 3;
654 cmd = (char *)malloc(cmd_size);
H A Djlibtool.c1585 int cmd_size = 0; local
1600 cmd_size += strlen(cmd_data->obj_files[a]) + 1;
1603 cmd_size += strlen(GEN_EXPORTS) + strlen(def_file) + 3;
1604 cmd = (char *)malloc(cmd_size);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A Dtestrand.c76 apr_size_t cmd_size = 1; local
94 apr_file_read(readp, &ack, &cmd_size);
241 apr_size_t cmd_size = 1; local
298 rv = apr_file_write(writecmdp, &cmd, &cmd_size);
/macosx-10.9.5/apr-30/apr/apr/build/
H A Daplibtool.c640 int cmd_size = 0; local
655 cmd_size += strlen(cmd_data->obj_files[a]) + 1;
658 cmd_size += strlen(GEN_EXPORTS) + strlen(def_file) + 3;
659 cmd = (char *)malloc(cmd_size);
H A Djlibtool.c1585 int cmd_size = 0; local
1600 cmd_size += strlen(cmd_data->obj_files[a]) + 1;
1603 cmd_size += strlen(GEN_EXPORTS) + strlen(def_file) + 3;
1604 cmd = (char *)malloc(cmd_size);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/memcache/
H A Dapr_memcache.c593 const apr_size_t cmd_size,
627 vec[0].iov_len = cmd_size;
925 const apr_uint32_t cmd_size,
952 vec[0].iov_len = cmd_size;
591 storage_cmd_write(apr_memcache_t *mc, char *cmd, const apr_size_t cmd_size, const char *key, char *data, const apr_size_t data_size, apr_uint32_t timeout, apr_uint16_t flags) argument
923 num_cmd_write(apr_memcache_t *mc, char *cmd, const apr_uint32_t cmd_size, const char *key, const apr_int32_t inc, apr_uint32_t *new_value) argument
/macosx-10.9.5/apr-30/apr-util/apr-util/memcache/
H A Dapr_memcache.c612 const apr_size_t cmd_size,
646 vec[0].iov_len = cmd_size;
946 const apr_uint32_t cmd_size,
973 vec[0].iov_len = cmd_size;
610 storage_cmd_write(apr_memcache_t *mc, char *cmd, const apr_size_t cmd_size, const char *key, char *data, const apr_size_t data_size, apr_uint32_t timeout, apr_uint16_t flags) argument
944 num_cmd_write(apr_memcache_t *mc, char *cmd, const apr_uint32_t cmd_size, const char *key, const apr_int32_t inc, apr_uint32_t *new_value) argument

Completed in 156 milliseconds