Searched refs:sop (Results 1 – 2 of 2) sorted by relevance
139 struct sembuf sop[2]; local153 sop[0].sem_op = -1;154 sop[0].sem_flg = SEM_UNDO;193 struct sembuf sop[3]; in PHP_FUNCTION() local225 sop[0].sem_op = 0; in PHP_FUNCTION()226 sop[0].sem_flg = 0; in PHP_FUNCTION()231 sop[1].sem_op = 1; in PHP_FUNCTION()232 sop[1].sem_flg = SEM_UNDO; in PHP_FUNCTION()237 sop[2].sem_op = 1; in PHP_FUNCTION()278 sop[0].sem_op = -1; in PHP_FUNCTION()[all …]
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);522 enum source_op sop) in _php_mcast_source_op() argument562 _php_source_op_to_string(sop)); in _php_mcast_source_op()569 _php_source_op_to_string(sop)); in _php_mcast_source_op()576 static int _php_source_op_to_rfc3678_op(enum source_op sop) in _php_source_op_to_rfc3678_op() argument578 switch (sop) { in _php_source_op_to_rfc3678_op()595 switch (sop) { in _php_source_op_to_string()610 static int _php_source_op_to_ipv4_op(enum source_op sop) in _php_source_op_to_ipv4_op() argument[all …]
Completed in 17 milliseconds