Searched defs:sop (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | regex2.h | 45 typedef long sop; /* strip operator */ typedef 112 sop *strip; /* malloced area for strip */
|
| /PHP_TRUNK/ext/sysvsem/ |
| H A D | sysvsem.c | 138 struct sembuf sop[2]; local 151 sop[0].sem_num = SYSVSEM_USAGE; 152 sop[0].sem_op = -1; 153 sop[0].sem_flg = SEM_UNDO; 159 sop[1].sem_num = SYSVSEM_SEM; 160 sop[1].sem_op = sem_ptr->count; 161 sop[1].sem_flg = SEM_UNDO; 166 semop(sem_ptr->semid, sop, opcount); 192 struct sembuf sop[3]; local 223 sop[ 302 struct sembuf sop; local [all...] |
| /PHP_TRUNK/ext/sockets/ |
| H A D | multicast.c | 56 static int _php_mcast_source_op(php_socket *sock, int level, struct sockaddr *group, socklen_t group_len, struct sockaddr *source, socklen_t source_len, unsigned int if_index, enum source_op sop TSRMLS_DC); 60 static int _php_source_op_to_rfc3678_op(enum source_op sop); 62 static const char *_php_source_op_to_string(enum source_op sop); 63 static int _php_source_op_to_ipv4_op(enum source_op sop); 510 enum source_op sop TSRMLS_DC) 522 _php_source_op_to_rfc3678_op(sop), (char*)&gsreq, sizeof(gsreq)); 544 _php_source_op_to_ipv4_op(sop), (char*)&mreqs, sizeof(mreqs)); 550 _php_source_op_to_string(sop)); 557 _php_source_op_to_string(sop)); 564 static int _php_source_op_to_rfc3678_op(enum source_op sop) argument 581 _php_source_op_to_string(enum source_op sop) argument 598 _php_source_op_to_ipv4_op(enum source_op sop) argument [all...] |
Completed in 4 milliseconds